Get next and nested suggested block types

Get next and nested suggested block types

POST /suggestions

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

Request Body

NameTypeDescription

*

String

Object that contains suggestions input

content:
            application/json:
              schema:
                type: object
                properties:
                  next:
                    type: string
                  nested:
                    type: string

Last updated