Patch Match Player
PATCH /match/v1/player/{player_uuid}/match/{match_id}
Update player match record for the provided player_uuid ” “and match_id only with provided fields.
Match must still be in a pending state.
Required Permissions:
-
For any match any of:
match:*
,match:match:edit:any
-
For match if the player is the host any of:
match:*
,match:match:edit:any
,match:match:edit:authority
Authorizations
Parameters
Path Parameters
Request Body required
object
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Responses
200
Successful Response
object
Timestamp of when the resource was last modified
Timestamp of when the resource was created
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Match the player was in
object
Timestamp of when the resource was last modified
Timestamp of when the resource was created
Match States.
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
List of MatchInstances for the match
object
List of allocation IDs for the match
object
Allocation ID
403
Error Codes:
auth_invalid_key_id
- Invalid Authorization - Invalid Key ID in Access Tokenauth_invalid_version
- Invalid Authorization - versionauth_malformed_access
- Invalid Authorization - malformed access tokenauth_not_jwt
- Invalid Authorizationauth_token_expired
- Token is expiredauth_token_format
- Invalid Authorization - {}auth_token_invalid_claim
- Token contained invalid claim value: {}auth_token_invalid_type
- Invalid Authorization - Invalid Token Typeauth_token_sig_invalid
- Token Signature is invalidauth_token_unknown
- Failed to parse tokeninsufficient_permissions
- Insufficient Permissions
object
404
Not Found
object
422
Validation Error