Credentials
Update credential
Update an existing credential and its blocks
POST
Update a credential’s details and blocks. You can add new blocks, update existing ones, and delete blocks by ID.
Path parameters
The unique identifier (UUID) of the credential to update.
Request body
The unique identifier (UUID) for the corporation.
The portal ID to associate the credential with.
Updated display name.
Updated portal URL.
Updated notes.
Updated status. Values:
ACTIVE, EXPIRED.Array of blocks to add or update. Each block requires
block_key, block_label, block_type, and value. Include id for existing blocks to update them; omit id to create new blocks.Array of block IDs to delete from this credential.