Configs List
POST/variants/configs/list
Configs List
Request
- application/json
Body
required
- MOD1
- MOD1
- MOD1
application_ref
objectrequired
slugobjectrequired
anyOf
string
versionobjectrequired
anyOf
integer
idobjectrequired
anyOf
string
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
- 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
]
params objectrequired
urlobject
anyOf
string
application_refobject
anyOfslug
version
id
slugobject
required
anyOf
string
versionobject
required
anyOf
integer
idobject
required
anyOf
string
service_refobject
anyOfslug
version
id
slugobject
required
anyOf
string
versionobject
required
anyOf
integer
idobject
required
anyOf
string
variant_refobject
anyOfslug
version
id
slugobject
required
anyOf
string
versionobject
required
anyOf
integer
idobject
required
anyOf
string
environment_refobject
anyOfslug
version
id
slugobject
required
anyOf
string
versionobject
required
anyOf
integer
idobject
required
anyOf
string
application_lifecycleobject
anyOfcreated_at
updated_at
updated_by_id
updated_by
created_atobject
anyOf
string
updated_atobject
anyOf
string
updated_by_idobject
anyOf
string
updated_byobject
anyOf
string
service_lifecycleobject
anyOfcreated_at
updated_at
updated_by_id
updated_by
created_atobject
anyOf
string
updated_atobject
anyOf
string
updated_by_idobject
anyOf
string
updated_byobject
anyOf
string
variant_lifecycleobject
anyOfcreated_at
updated_at
updated_by_id
updated_by
created_atobject
anyOf
string
updated_atobject
anyOf
string
updated_by_idobject
anyOf
string
updated_byobject
anyOf
string
environment_lifecycleobject
anyOfcreated_at
updated_at
updated_by_id
updated_by
created_atobject
anyOf
string
updated_atobject
anyOf
string
updated_by_idobject
anyOf
string
updated_byobject
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
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...