Set suggestions configuration

Set suggestions config

post

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

Authorizations
Body
Responses
201

Successful operation. Response setted suggestions config.

application/json
post
/suggestions/config
POST /api/v1/suggestions/config HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 49

{
  "items": {
    "id": "text",
    "type": "Policy",
    "index": 1
  }
}
{
  "items": {
    "id": "text",
    "type": "Policy",
    "index": 1
  }
}

Last updated