Skip to main content
PATCH
Update Request Log

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Unique key for idempotent requests. If provided, the server ensures the request is processed at most once. Retries with the same key return the original response. SDKs auto-generate this for write requests.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Path Parameters

log_id
string<uuid>
required

Body

application/json

Schema for updating a request log

status_code
integer | null
Required range: 100 <= x <= 599
response_size_bytes
integer | null
Required range: x >= 0
completed_at
string<date-time> | null
duration_ms
integer | null
Required range: x >= 0
error_message
string | null

Response

Successful Response

Request log response schema

request_id
string
required
Required string length: 1 - 255
method
string
required
Required string length: 1 - 10
path
string
required
id
string<uuid>
required
machine_id
string<uuid>
required
created_at
string<date-time>
required
completed_at
string<date-time> | null
required
status_code
integer | null
Required range: 100 <= x <= 599
request_size_bytes
integer | null
Required range: x >= 0
response_size_bytes
integer | null
Required range: x >= 0
duration_ms
integer | null
Required range: x >= 0
error_message
string | null
organization_id
string | null