fix bruno rd docs
This commit is contained in:
parent
babc57497e
commit
8793011350
|
@ -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]&hr=[hide-raw-roll-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]&cc=[confirm-crit-flag]&rd=[roll-distribution-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]&hr=[hide-raw-roll-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]&cc=[confirm-crit-flag]&rd=[roll-dist-flag]
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
@ -20,10 +20,11 @@ params:query {
|
|||
hr: [hide-raw-roll-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]
|
||||
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]
|
||||
cc: [confirm-crit-flag]
|
||||
rd: [roll-dist-flag]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue