AckdbIdentityLinkTypeUpdateRequest
Request body for PATCH /schemas/identity-link-types/{typeKey}. Provide at least one field.
Properties
descriptionstring | nullcanMintboolean#451: flip secondary-anchor minting. Turning it off is always safe (already-minted entities keep their links); turning it on is rejected with 400 for person-scoped types.
Example
AckdbIdentityLinkTypeUpdateRequest example
{
"description": null,
"canMint": false
}