Skip to main content
PATCH
Upsert a tool's overlay

Authorizations

x-api-key
string
header
required

Path Parameters

tool_name
string
required

Body

application/json

A merge-patch overlay edit. Only the fields PRESENT in the request are written; a present-null clears (hidden: null writes the tri-state defer state); a present tags array replaces the whole set. Absent fields are unchanged — there is no full-row replace.

display_name
string | null
folder_id
string | null
hidden
boolean | null
tags
string[]

Response

Success.

data
any
required