# Set suggestions configuration

## Set suggestions config

<mark style="color:green;">`POST`</mark> `/suggestions/config`

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

#### Request Body

| Name                               | Type   | Description                                            |
| ---------------------------------- | ------ | ------------------------------------------------------ |
| <mark style="color:red;">\*</mark> | Object | Object that contains suggestions priority order array. |

{% tabs %}
{% tab title="201: Created Successful operation. Response set suggestions priority order array." %}

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

{% endtab %}

{% tab title="401: Unauthorized Unauthorized" %}

{% endtab %}

{% tab title="403: Forbidden Forbidden" %}

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

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

{% endtab %}
{% endtabs %}
