Set suggestions configuration

Set suggestions config

post

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
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