Upsert Player's Custom Data
PATCH/api/players-data/v1/players/:playerId/custom-data
Endpoint for upsert a player custom data, this is useful to add custom properties defined by the operator (PAMS/CMS) for the player, that may need to be used by the CRM for segmentation or placeholders.
Constraints:
- The player must be registered otherwise 404 error will be thrown.
Request
Responses
- 201
- 400
- 401
- 404
- default
Created
Bad Request
Unauthorized
Player Not Found
An unexpected error response.