From bdec5e7850401461e26e3ecfe3dd3b1cf1aac3fa Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Fri, 2 May 2025 14:12:22 -0400 Subject: [PATCH] fix bruno docs --- .bruno/Authenticated/Roll Requests/Roll Dice.bru | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bruno/Authenticated/Roll Requests/Roll Dice.bru b/.bruno/Authenticated/Roll Requests/Roll Dice.bru index 389133b..dcc8b5f 100644 --- a/.bruno/Authenticated/Roll Requests/Roll Dice.bru +++ b/.bruno/Authenticated/Roll Requests/Roll Dice.bru @@ -5,7 +5,7 @@ meta { } get { - url: http://localhost:8166/api/roll?user=[discord-user-id]&channel=[discord-channel-id]&rollstr=[artificer-roll-cmd]&documentation=All items below are optional. Flags do not need values.&nd=[no-details-flag]&snd=[super-no-details-flag]&s=[spoiler-results-flag]&m or max=[max-roll-flag, cannot be used with n flag]&min=[[min-roll-flag, cannot be used with n or max&n=[nominal-roll-flag, cannot be used with max or min flag]&gms=[csv-of-discord-user-ids-to-be-dmed-results]&o=[order-rolls, must be a or d]&c=[count-flag] + url: http://localhost:8166/api/roll?user=[discord-user-id]&channel=[discord-channel-id]&rollstr=[artificer-roll-cmd]&documentation=All items below are optional. Flags do not need values.&nd=[no-details-flag]&snd=[super-no-details-flag]&s=[spoiler-results-flag]&m-or-max=[max-roll-flag, cannot be used with n flag]&min=[[min-roll-flag, cannot be used with n or max]&n=[nominal-roll-flag, cannot be used with max or min flag]&gms=[csv-of-discord-user-ids-to-be-dmed-results]&o=[order-rolls, must be a or d]&c=[count-flag] body: none auth: inherit } @@ -18,8 +18,8 @@ params:query { nd: [no-details-flag] snd: [super-no-details-flag] s: [spoiler-results-flag] - m or max: [max-roll-flag, cannot be used with n flag] - min: [[min-roll-flag, cannot be used with n or max + m-or-max: [max-roll-flag, cannot be used with n flag] + min: [[min-roll-flag, cannot be used with n or max] n: [nominal-roll-flag, cannot be used with max or min flag] gms: [csv-of-discord-user-ids-to-be-dmed-results] o: [order-rolls, must be a or d]