For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set suggestions configuration

Set suggestions config

POST /suggestions/config

Set suggestions config. Only users with the Standard Registry role are allowed to make the request.

Request Body

Name
Type
Description

*

Object

Object that contains suggestions priority order array.

content:
            application/json:
              schema:
                type: object
                properties:
                  items:
                    type: array
                    items:
                      $ref: "#/components/schemas/SuggestionsOrderPriority"

content:
            application/json:
              schema:
                $ref: "#/components/schemas/Error"

Was this helpful?