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

Suggestions

Get next and nested suggested block types

post

Get next and nested suggested block types. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
blockTypestringRequired
Responses
200

Successful operation. Suggested next and nested block types respectively.

application/json
nextstringRequired
nestedstringRequired
post
/suggestions

Get suggestions config

get

Get suggestions config. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful operation. Response suggestions config.

application/json
get
/suggestions/config

Set suggestions config

post

Set suggestions config. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
post
/suggestions/config

Last updated