Skip to main content
PATCH
/
v1
/
projects
/
{projectId}
/
llm-model-policy
Update Project LLM Model Policy
curl --request PATCH \
  --url https://api.anchorbrowser.io/v1/projects/{projectId}/llm-model-policy \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '{
  "policy": {}
}'
{
  "policy": {}
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

projectId
string
required

Body

application/json
policy
object
required

LLM model policy object, or null to clear it.

Response

LLM model policy updated successfully.

policy
object