v1

latestOpenAPI 3.0.32026-07-1481519.8 KB
Free Rounds

Update Free Rounds

Update existing free rounds campaign

put/free-rounds

Headers

X-REQUEST-SIGNstring required

Request signature (read more in the Authentication section)

Request body

idstring uuid

Free rounds ID (internal). Used as idempotency key if present. One of id or external_id must be provided.

external_idstring

Free rounds ID (external). Used as idempotency key if present. One of id or external_id must be provided.

cidstring uuid required

Client's ID (internal)

user_idsstring[]

List of player IDs. if null then campaign is available for all players.

valid_untilstring date-time

End date when free rounds become unavailable. Could be setup later. ISO 8601.

Example request

{
  "valid_until": "2021-01-01T00:00:00Z"
}

Response

ok

idstring uuid required

Free rounds ID (internal)

external_idstring required

Free rounds ID (external). It always provided on create request.