| ... | ... | @@ -237,11 +237,11 @@ |
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
statusCode: 200,
|
|
|
|
message: '"The challenge room state chanded to paused" or "The challenge room state chanded to unpaused"',
|
|
|
|
isPaused: boolean,
|
|
|
|
challengeStartDate: "string (timestamp)",
|
|
|
|
challengeEndDate: "string (timestamp)",
|
|
|
|
"statusCode": 200,
|
|
|
|
"message": "'The challenge room state chanded to paused' or 'The challenge room state chanded to unpaused'",
|
|
|
|
"isPaused": boolean,
|
|
|
|
"challengeStartDate": "string (timestamp)",
|
|
|
|
"challengeEndDate": "string (timestamp)",
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
| ... | ... | @@ -371,8 +371,8 @@ Requires gamemaster `token`. |
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
isPaused: boolean,
|
|
|
|
pauseTime: number (millisecods)
|
|
|
|
"isPaused": "boolean",
|
|
|
|
"pauseTime": "number (millisecods)"
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
| ... | ... | |
| ... | ... | |