Configs Add
POST/variants/configs/add
Configs Add
Request
- application/json
Body
required
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
variant_ref
object
required
slug
object
required
anyOf
string
version
object
required
anyOf
integer
id
object
required
anyOf
string
application_ref
object
required
slug
object
required
anyOf
string
version
object
required
anyOf
integer
id
object
required
anyOf
string
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- ReferenceDTO
- MOD1
- MOD1
- MOD1
- ReferenceDTO
- MOD1
- MOD1
- MOD1
- ReferenceDTO
- MOD1
- MOD1
- MOD1
- ReferenceDTO
- MOD1
- MOD1
- MOD1
- LifecycleDTO
- MOD1
- MOD1
- MOD1
- MOD1
- LifecycleDTO
- MOD1
- MOD1
- MOD1
- MOD1
- LifecycleDTO
- MOD1
- MOD1
- MOD1
- MOD1
- LifecycleDTO
- MOD1
- MOD1
- MOD1
- MOD1
url
object
anyOf
string
application_ref
object
anyOf
slug
object
required
anyOf
string
version
object
required
anyOf
integer
id
object
required
anyOf
string
service_ref
object
anyOf
slug
object
required
anyOf
string
version
object
required
anyOf
integer
id
object
required
anyOf
string
variant_ref
object
anyOf
slug
object
required
anyOf
string
version
object
required
anyOf
integer
id
object
required
anyOf
string
environment_ref
object
anyOf
slug
object
required
anyOf
string
version
object
required
anyOf
integer
id
object
required
anyOf
string
application_lifecycle
object
anyOf
created_at
object
anyOf
string
updated_at
object
anyOf
string
updated_by_id
object
anyOf
string
updated_by
object
anyOf
string
service_lifecycle
object
anyOf
created_at
object
anyOf
string
updated_at
object
anyOf
string
updated_by_id
object
anyOf
string
updated_by
object
anyOf
string
variant_lifecycle
object
anyOf
created_at
object
anyOf
string
updated_at
object
anyOf
string
updated_by_id
object
anyOf
string
updated_by
object
anyOf
string
environment_lifecycle
object
anyOf
created_at
object
anyOf
string
updated_at
object
anyOf
string
updated_by_id
object
anyOf
string
updated_by
object
anyOf
string
{
  "params": {},
  "url": "string",
  "application_ref": {},
  "service_ref": {},
  "variant_ref": {},
  "environment_ref": {},
  "application_lifecycle": {},
  "service_lifecycle": {},
  "variant_lifecycle": {},
  "environment_lifecycle": {}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- Array [ 
- MOD1
- MOD2
- ] 
- ] 
detail
object[]
loc
object[]
required
anyOf
string
integer
{
  "detail": [
    {
      "loc": [
        "string",
        0
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}