Plane docs
ApiSchemas

SubagentModelOverride

One shape from the contract, as it appears on the wire.

Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions

JSON Schema

{
  "type": "object",
  "properties": {
    "provider": {
      "$ref": "#/components/schemas/ProviderName"
    },
    "model": {
      "type": "string",
      "minLength": 1
    },
    "reasoning": {
      "$ref": "#/components/schemas/ReasoningLevel"
    },
    "fallback": {
      "$ref": "#/components/schemas/FallbackConfig"
    }
  },
  "additionalProperties": false
}

On this page