Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_credential_id
string
required

ID of the credential that you want to update.

code
string

Replacement access (PIN) code for the credential that you want to update.

Pattern: ^\d+$
ends_at
string<date-time>

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.

Response

OK

The response is of type object.