Get suggestions configuration
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
401
Unauthorized.
500
Internal server error.
application/json
get
GET /api/v1/suggestions/config HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"items": {
"id": "text",
"type": "Policy",
"index": 1
}
}
Last updated