Last updated 8 months ago
Get suggestions config. Only users with the Standard Registry role are allowed to make the request.
Successful operation. Response suggestions config.
const response = await fetch('/api/v1/suggestions/config', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "items": { "id": "text", "type": "Policy", "index": 0 } }