Trust Registry
Edit a custom framework (governed frameworks are immutable -> 403).
Edit a custom trust framework. You cannot edit governed frameworks because their governance authority manages them.
patch/v1/trust-frameworks/{slug}
Path parameters
slugstring required
Slug of the custom trust framework to update.
Request body
Example request
{
"description": "Updated partner onboarding trust rules."
}Response
The custom trust framework was updated.
Example response
{
"id": "5225b027-6ce6-482e-8b99-5362dffb5a7e",
"slug": "acme-partner-framework-ypr5",
"name": "ACME Partner Framework ypr5",
"region": "EU",
"profile": "custom",
"formats": [
"sd_jwt_vc"
],
"description": "Updated partner onboarding trust rules.",
"custom": true,
"editable": true
}