Skip to main content
POST
Add or remove single extension combos on a tool

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required

Body

application/json

Add and/or remove single extension combos on a tool, granular over the full set write. Each combo is authored losslessly, exactly as combos above.

add
((string | object)[])[]
remove
((string | object)[])[]

Response

Success.

data
ToolExtensionsView · object
required

A tool's applied extension combos plus the catalog of available extensions. Each available entry is a {name, kind} string map.