Last updated 1 year ago
Get next and nested suggested block types. Only users with the Standard Registry role are allowed to make the request.
/suggestions
curl -L \ --request POST \ --url '/api/v1/suggestions' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "blockType": "text", "children": [ {} ] }'
{ "next": "text", "nested": "text" }