POST /suggestions/config
POST
/suggestions/config
Set suggestions config. Only users with the Standard Registry role are allowed to make the request.
*
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"