fix bruno docs
This commit is contained in:
parent
a7856bc3f2
commit
bdec5e7850
|
@ -5,7 +5,7 @@ meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
get {
|
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
|
body: none
|
||||||
auth: inherit
|
auth: inherit
|
||||||
}
|
}
|
||||||
|
@ -18,8 +18,8 @@ params:query {
|
||||||
nd: [no-details-flag]
|
nd: [no-details-flag]
|
||||||
snd: [super-no-details-flag]
|
snd: [super-no-details-flag]
|
||||||
s: [spoiler-results-flag]
|
s: [spoiler-results-flag]
|
||||||
m or max: [max-roll-flag, cannot be used with n 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]
|
n: [nominal-roll-flag, cannot be used with max or min flag]
|
||||||
gms: [csv-of-discord-user-ids-to-be-dmed-results]
|
gms: [csv-of-discord-user-ids-to-be-dmed-results]
|
||||||
o: [order-rolls, must be a or d]
|
o: [order-rolls, must be a or d]
|
||||||
|
|
Loading…
Reference in New Issue