Last updated 1 year ago
Set suggestions config. Only users with the Standard Registry role are allowed to make the request.
POST /api/v1/suggestions/config HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 49 { "items": { "id": "text", "type": "Policy", "index": 1 } }
Successful operation. Response setted suggestions config.
{ "items": { "id": "text", "type": "Policy", "index": 1 } }