Plane docs
ApiSchemas

ForbiddenEncoded

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

Used by agents.create, agents.get, agents.getBySlug, agents.imageStatus, agents.list, agents.promote, agents.rebake, agents.update, agents.upsert, agents.versions, apiKeys.create, apiKeys.list, apiKeys.revoke, apiKeys.update, auth.me, blobs.upload, and 63 more

JSON Schema

{
  "type": "object",
  "properties": {
    "_tag": {
      "type": "string",
      "enum": [
        "Forbidden"
      ]
    },
    "required": {
      "type": "string"
    },
    "held": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "reason": {
      "type": "string"
    }
  },
  "required": [
    "_tag",
    "required",
    "held"
  ],
  "additionalProperties": false
}

On this page