Search + K

Command Palette

Search for a command to run...

Sign In

Patch Gateway Log

PATCH /accounts/{account_id}/ai-gateway/gateways/{gateway_id}/logs/{id}
Copy endpoint
https://api.cloudflare.com/client/v4

Parameters

path Path Parameters

Name Type
id required
string
gateway_id required
`${string}:-${string}`
account_id required
string

Request Body

application/json
{ feedback?: number | null;metadata?: { } | null;score?: number | null; }

Responses

200 application/json

Returns the log details

{ result: {};success: boolean; }

Client Errors

404 application/json

Not Found

{ errors: { code: number;message: string; }[];success: boolean; }