Updating and deleting a trust registry

Delete Trust Registry

delete
/trust-registries/{registryId}

Deletes a Trust Registry

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired

A trust registry id

Responses
200

Trust Registry has been deleted

No content

delete
/trust-registries/{registryId}

No content

Update a Trust Registry

patch
/trust-registries/{registryId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired

A trust registry id

Body
namestringRequired

Trust registry name

Example: Truvera Example Ecosystem
descriptionstringRequired

Trust registry description

Example: Labore voluptate adipisicing magna duis eu fugiat pariatur excepteur irure.
logoUrlstring · uri · min: 8Required

Trust registry logo URL

Example: https://logo.truvera.io/trust-registry
ecosystemUrlstring · uri · min: 8Required

Trust registry ecosystem URL

Example: https://ecosystem.truvera.io
governanceFrameworkstringRequired

Trust registry governance framework

Example: Lorem ea ea reprehenderit cupidatat minim incididunt occaecat est sit.
governanceFrameworkVersionstringRequired

Trust registry governance framework version

Example: 1.0.0
Responses
200

Trust Registry has been updated

application/json
patch
/trust-registries/{registryId}

Last updated

Was this helpful?