Admin Update Strategy Output Spec
Edit a shared output spec — typically just format_template.
Editing the format_template here propagates to every team that
references this spec via strategy_output_spec_id. That’s the
whole point of the shared-spec architecture: one fix, every team
benefits, no copy-paste drift.
Audit-logged via admin_audit_log with action
strategy_output_spec.update on entity type
strategy_output_spec so changes are traceable per spec.
Documentation Index
Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
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.
Response
Successful Response