Update a Credential
Update the code for a specified credential
Updates the code and ends at date and time for a specified credential.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_credential_idstringRequired
ID of the credential that you want to update.
codestringOptionalPattern:
Replacement access (PIN) code for the credential that you want to update.
^\d+$ends_atstring · date-timeOptional
Replacement date and time at which the validity of the credential ends, in ISO 8601 format. Must be a time in the future and after the starts_at value that you set when creating the credential.
Responses
200
OK
application/json
okbooleanRequired
400
Bad Request
401
Unauthorized
post
/acs/credentials/updateRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Property
Description
Sample Response
Last updated
Was this helpful?

