Add an app config.

Prev Next
Post
/v1/app_configs

Add an app config.

Security
API Key: bearerToken
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Body parameters
Expand All
object
name
string Required
description
string Required
app_config
object Required
property*
object (ApplicationConfigContents) additionalProperties
contents
string
labels
object Required
property*
string additionalProperties
ports
Array of string Required
string
zone
object (VersionedZoneId)
id
string (uuid) Required
version
integer (int64)
group_id
string (uuid)
Responses
200

Details of an app config

Expand All
object
config_id
string
created_at
integer (int64)
updated_at
integer (int64)
name
string
description
string
app_config
object
property*
object (ApplicationConfigContents) additionalProperties
contents
string
labels
object
property*
string additionalProperties
ports
Array of string
string
zone
object (VersionedZoneId)
id
string (uuid)
version
integer (int64)
group_id
string (uuid)