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.
POST /api/v1/suggestions HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 36 { "blockType": "text", "children": [ {} ] }
Successful operation. Suggested next and nested block types respectively.
{ "next": "text", "nested": "text" }