Updates the code and ends at date and time for a specified .
PATCH /acs/credentials/update ⇒ void
Authentication Methods
API key
Personal access token
Must also include the seam-workspace header in the request.
To learn more, see .
Request Parameters
acs_credential_idString (Required)
ID of the credential that you want to update.
codeString
Replacement access (PIN) code for the credential that you want to update.
ends_atString
Replacement date and time at which the validity of the credential ends, in format. Must be a time in the future and after the starts_at value that you set when creating the credential.
Response
void
Examples
Update a credential
Specify the desired acs_credential_id and updated code to update the credential.