Add Guide
POST/games/:game-id/guides
Add a guide for a game. Successful request will return a single Guide Object.
tip
Rules engine applies here
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 14027 | The authenticated user does not have permission to add guides to this game. Ensure the user is part of the game team before attempting the request again. |
Responses
- 201
- 403
Created
The authenticated user does not have permission to add guides to this game. Ensure the user is part of the game team before attempting the request again.