Skip to main content
PATCH
Admin Update Strategy Output Spec

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Body

application/json

Partial update of a shared strategy_output_specs row.

format_template is the only field operators are expected to edit routinely — it carries the formatting rules that propagate to every team referencing this spec. Slug is intentionally not editable here: teams FK by slug-resolved id and renaming a slug would silently orphan team configs that point at this row.

name
string | null
Maximum string length: 255
description
string | null
Maximum string length: 2000
format_template
string | null
Maximum string length: 50000
note
string | null
Maximum string length: 500

Response

Successful Response