Set suggestions configuration
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
401
Unauthorized.
500
Internal server error.
application/json
post
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
}
}
{
"items": {
"id": "text",
"type": "Policy",
"index": 1
}
}
Last updated