Skip to main content
POST
/
api
/
v1
/
internal
/
proxies
/
{proxy_id}
/
schema
/
policy-input
Upsert Policy Input Schema
curl --request POST \
  --url https://api.example.com/api/v1/internal/proxies/{proxy_id}/schema/policy-input \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "key": "<string>",
    "value_type": ""
  }
]
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.xenovia.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Runtime-Secret
string | null

Path Parameters

proxy_id
string<uuid>
required

Body

application/json
key
string
required
value_type
string
default:""

Response

Successful Response