Environment

Application environment variables.

Base https://api.nodion.com. Short paths needX-Nodion-Project unless the path already has/v2/projects/{id}. Request bodies are in the interactive docs.

GET/v2/applications/{id}/env

List environment variables

Scope env:readInteractive docs

PUT/v2/applications/{id}/env/{key}

Create or update an environment variable

Scope env:writeInteractive docs

DELETE/v2/applications/{id}/env/{key}

Delete an environment variable

Scope env:writeInteractive docs