Partner games
Update a game
PUT
/{locale}/partners/games/{id}Authorization
bearerAuth AuthorizationBearer <token>
Enter JWT token in the format: Bearer {token}
In: header
Path Parameters
locale*string
Locale code
id*integer
Game ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/en/partners/games/0" \ -H "Content-Type: application/json" \ -d '{}'Empty