SetIdentityGameActivity
Sets the current identity's game activity.
This activity will automatically be removed when the identity goes offline.
Request Body required
game_activity object required
Information about the identity's current game. This is information that all other identities can see about what the current identity is doing.
- message string required
A short message about the current game activity.
- public_metadata
JSON data seen by anyone.
- mutual_metadata
JSON data seen only by the given identity and their mutual followers.
- 200
- 400
- 403
- 404
- 408
- 429
- 500
SetIdentityGameActivity 200 response
BadRequestError 400 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
ForbiddenError 403 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
NotFoundError 404 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
UnauthorizedError 408 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
RateLimitError 429 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
InternalError 500 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.