For the complete documentation index, see llms.txt. This page is also available as Markdown.

Wizard

Creates a new policy.

post

Creates a new policy by wizard. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
rolesstring[]Required
schemasobject[]Required
trustChainobject[]Required
Responses
post
/wizard/policy

Creates a new policy.

post

Creates a new policy by wizard. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
saveStatebooleanRequired
Responses
post
/wizard/push/policy

Get policy config.

post

Get policy config by wizard. Only users with the Standard Registry role are allowed to make the request.

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

Database ID of the policy to get the wizard configuration for

Example: 69aeb71ef8c5b278e3bab4e5
Body
rolesstring[]Required
schemasobject[]Required
trustChainobject[]Required
Responses
200

Successful operation. Returns the policy config preview and the wizard configuration.

application/json
post
/wizard/{policyId}/config

Last updated