Update success from a boolean to an integer status
This commit is contained in:
parent
06930d4fe5
commit
3295747386
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Properties Of All Response Payloads
|
||||
| Property | Type | Description
|
||||
| -------- | ---- | -----------
|
||||
| success | Boolean | Whether the player joined the team successfully.
|
||||
| message? | String | More information relating to the response. This is set iff `success` is `false`.
|
||||
| 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.
|
||||
|
||||
<br><br>
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue