cURL
curl --request POST \ --url https://api.example.com/v1/reload-guidelines
{ "detail": "<string>" }
Force reload the guidelines cache.
curl --request POST \ --url 'https://prior-auth-api.claritycare.ai/v1/reload-guidelines' \ --header 'Authorization: Bearer {cognito_login_token}'
{ "detail": "Guidelines reloaded successfully" }