Skip to main content
PATCH
Update destination

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard. The LithoBlocks MCP server also presents a Supabase-issued user session token here on the user's behalf; such a token acts as that user with the scopes their organization role allows.

Path Parameters

id
string<uuid>
required

Body

application/json

Operation input

name
string
Required string length: 1 - 255
description
string | null
Maximum string length: 2000
url
string<uri>
Maximum string length: 4096
method
enum<string>
default:POST
Available options:
POST,
PUT,
PATCH
headers
object

Write-only credential values. Omit on PATCH to preserve; supply an object to replace all headers; {} clears them.

auth_type
enum<string>
default:none
Available options:
none,
bearer,
basic,
custom
is_active
boolean
default:true
retry_enabled
boolean
default:false
max_retries
integer
default:3
Required range: 0 <= x <= 10
retry_strategy
enum<string>
default:exponential
Available options:
fixed,
linear,
exponential
retry_initial_delay_ms
integer
default:1000
Required range: 100 <= x <= 2147483647
retry_max_delay_ms
integer
default:30000
Required range: 1000 <= x <= 2147483647
timeout_ms
integer
default:10000
Required range: 1000 <= x <= 60000

Response

Operation result

name
string
required
Required string length: 1 - 255
url
string<uri>
required
Maximum string length: 4096
is_active
boolean | null
required
retry_enabled
boolean | null
required
max_retries
integer | null
required
retry_initial_delay_ms
integer | null
required
retry_max_delay_ms
integer | null
required
timeout_ms
integer | null
required
id
string<uuid>
required
organization_id
string<uuid>
required
headers
object
required

Header names only; all values are masked

created_by
string | null
required
created_at
string
required
updated_at
string
required
description
string | null
Maximum string length: 2000
method
enum<string>
default:POST
Available options:
POST,
PUT,
PATCH
auth_type
enum<string> | null
default:none
Available options:
none,
bearer,
basic,
custom
retry_strategy
enum<string> | null
default:exponential
Available options:
fixed,
linear,
exponential