Get suggestions configuration

Get suggestions config

get

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

Authorizations
Responses
200

Successful operation. Response suggestions config.

application/json
get
GET /api/v1/suggestions/config HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "items": {
    "id": "text",
    "type": "Policy",
    "index": 1
  }
}

Last updated