Update pass (partial update)
PATCH/pass-srv/pass/:passId
Performs a partial update of a pass. Only provided fields will be updated.
Important constraints:
passIdandproductInstanceIdcannot be changedvalidTomust be aftervalidFromif both are provided- The combination of
productIdandproductInstanceIdmust be unique (error code:PASS1016if duplicate) - Pass addons are appended to existing addons
- If
passUserHolder.subis provided, it must exist in the Cidaas user system (error code:PASS1005if not found)
Error Codes:
PASS1005: No user with provided sub existsPASS1016: Pass with productId + productInstanceId already existsPASS1002: Missing required payload fields
Request
Responses
- 200
- 400
- 404
Pass partially updated successfully
Bad Request - Invalid input data or validation error
Pass not found