Update a player
PATCH/api/players-data/v1/players/:playerId
The Update API allows the update of partial data of the player, which is useful when you have distributed modules where data is owned in different domains.
Constraints:
- The player must be registered otherwise 404 error will be thrown.
Request
Responses
- 204
- 400
- 401
- 404
- default
No Content
Bad Request
Unauthorized
Player Not Found
An unexpected error response.