Plane docs
ApiSchemas

EnvironmentKind

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

Used by auth.me, environments.archive, environments.create, environments.get, environments.list, environments.update

JSON Schema

{
  "type": "string",
  "enum": [
    "production",
    "development",
    "preview",
    "personal"
  ]
}

On this page