v2

latestOpenAPI 3.1.02026-08-01244220427.0 KB
Passes > Pass Images

Update Pass Status

Update the status of the Wallet pass

Update the status of a specific Wallet pass.

Parameters:

  • status: New status to be set.
  • lpass: Pass object, automatically resolved from the request.

Returns:

  • JSONResponse: A response indicating the success of the update.
put/v2/passes/{passTypeIdentifier}/{serialNumber}/status

Path parameters

passTypeIdentifierstring nullable required
serialNumberstring nullable required

Query parameters

passIdstring
Example:5eb7cf5a86d9755df3a6c593

Headers

authorizationstring nullable

Request body

status'valid' | 'invalid' | 'redeemed' | 'expired' | 'unpaid' | 'locked' | 'incomplete' required

Response

Successful Response

{"stackTrail":"paths:/v2/passes/{passTypeIdentifier}/{serialNumber}/status:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}