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
string
required
The unique identifier (UUID) of the credential to update.
Request body
string
required
The unique identifier (UUID) for the corporation.
string
The portal ID to associate the credential with.
string
Updated display name.
string
Updated portal URL.
string
Updated notes.
string
Updated status. Values:
ACTIVE, EXPIRED.array
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
Array of block IDs to delete from this credential.