PUT
/
analytics
/
llm
Create Or Update Llm Analytics Config
curl --request PUT \
  --url http://localhost/api/v1/analytics/llm \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "project_id": "<string>",
  "tool_identifier": "<string>",
  "api_key": "<string>",
  "host_uri": "<string>",
  "host_health_uri": "<string>",
  "mask_pii": true,
  "config_json": {}
}'
{
  "status": "Transaction completed successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Successful Response

Standard success response for PUT and DELETE operations