Plane docs
ApiSchemas

EnvironmentArchivedEncoded

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

Used by agents.promote, environments.update

JSON Schema

{
  "type": "object",
  "properties": {
    "_tag": {
      "type": "string",
      "enum": [
        "EnvironmentArchived"
      ]
    },
    "slug": {
      "type": "string"
    }
  },
  "required": [
    "_tag",
    "slug"
  ],
  "additionalProperties": false
}

On this page