POST /suggestions
POST
/suggestions
Get next and nested suggested block types. Only users with the Standard Registry role are allowed to make the request.
*
String
Object that contains suggestions input
content: application/json: schema: type: object properties: next: type: string nested: type: string
content: application/json: schema: $ref: "#/components/schemas/Error"