Move event and type docs into their own files.
This commit is contained in:
parent
ce7e35cd53
commit
2ca4eef0a6
19 changed files with 213 additions and 261 deletions
6
server/docs/events/General_Response.md
Normal file
6
server/docs/events/General_Response.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Properties Of All Response Payloads
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| status | Integer | The response code of the server. This follows HTTP standards as described by [Mozilla's Documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
|
||||
| message? | String | More information relating to the response. This is set iff `success` is a non 2XX value.
|
||||
| source? | String | The event name that caused this response to be sent. This is set iff is a non 2XX value.
|
||||
Loading…
Add table
Add a link
Reference in a new issue