Skip to main content

Create a single parameter value

Creates an application or scope parameter value.

Path Parameters
id string REQUIRED

The ID of the parameter

Request Body
origin_version integer

Use when you want to create a new value copying the other values from a specific-version (roll back)

nrn string REQUIRED

The NRN of the application or scope to which the value will apply to (when setting dimensions, the NRN must be at app-level)

value string REQUIRED

The content of the value. Can't exceed 2KB for environment variables and 2MB for files.

dimensions object

The dimensions of the value

Responses
200

The operation was successful

Schema OPTIONAL
id integer

A system-wide unique ID representing the value

nrn string

The NRN of the application to which the parameter belongs to

created_at string

The ISO 8859 UTC date for this version creation

value string OPTIONAL

The content of the environment variable (only for environment variables, otherwise null). Also null for secrets.

location string OPTIONAL

The location of the file (only for files, otherwise null). Also null for secrets.