await seam.acs.credentials.update({
acs_credential_id: "1d4fb22b-743b-492f-ad74-cffcbd63c874",
code: "1234",
ends_at: "2025-06-18T10:42:53.000Z",
});
/*
// void
*/{}Credentials
Update a Credential
Updates the code and ends at date and time for a specified credential.
PATCH
/
acs
/
credentials
/
update
await seam.acs.credentials.update({
acs_credential_id: "1d4fb22b-743b-492f-ad74-cffcbd63c874",
code: "1234",
ends_at: "2025-06-18T10:42:53.000Z",
});
/*
// void
*/{}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the credential that you want to update.
Replacement access (PIN) code for the credential that you want to update.
Pattern:
^\d+$Response
OK
The response is of type object.
Was this page helpful?