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

NameTypeDescription

*

Object

Object that contains suggestions priority order array.

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

Last updated