Suggestions
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
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
post
/suggestionsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful operation. Response suggestions config.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get
/suggestions/configAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
201
Successful operation. Returns the updated suggestions config.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
post
/suggestions/configLast updated