Skip to main content
PATCH
/
api
/
v1
/
a2a
/
{provider_id}
/
http
A2A Proxy Http Transport
curl --request PATCH \
  --url https://api.example.com/api/v1/a2a/{provider_id}/http \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

provider_id
string<uuid>
required

Query Parameters

path
string
default:""

Response

Successful Response