Create a parameter
Creates an application parameter.
Request Body |
---|
nrn string — REQUIREDThe NRN of the application to which the parameter belongs to |
type string — REQUIREDPossible values: [ |
encoding string — REQUIREDPossible values: [ |
variable stringThe name of the environment variable. Required when type = environment. |
destination_path stringThe full path for file. Required when type = file |
secret boolean — REQUIREDPossible values: [ 'true' if the value is a secret, 'false' otherwise |
read_only boolean — REQUIREDPossible values: [ 'true' if the value is read only, 'false' otherwise. By default 'false'. |
Responses | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 The operation was successful
|