Update a Credential
PATCH /acs/credentials/update β voidawait seam.acs.credentials.update({
acs_credential_id: "66666666-6666-6666-6666-666666666666",
code: "7890",
});// voidseam.acs.credentials.update(
acs_credential_id="66666666-6666-6666-6666-666666666666", code="7890"
)Noneseam.acs.credentials.update(acs_credential_id: "66666666-6666-6666-6666-666666666666", code: "7890")nil<?php
$seam->acs->credentials->update(
acs_credential_id: "66666666-6666-6666-6666-666666666666",
code: "7890"
);nullAuthentication Methods
Request Parameters
acs_credential_id
acs_credential_idcode
codeends_at
ends_atReturn Type
Last updated
Was this helpful?

