Update Match Segment
PUT /match/v1/match/{match_id}/segment/{segment_id}
Update match segment by match_id and segment_id.
Match must be in pending state to be updated.
Required Permissions:
-
For any match segment any of:
match:*
,match:match:edit:any
-
For match segment 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
Segment ID of the match
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
List of players in the match
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
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
Segment ID of the match
List of players in the match
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
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