YAML
Download SpecGet Yaml By id
yaml_id
string
required
ApiKey
Response
Successful Response
{
"name": "string",
"yaml": "string",
"published": true,
"prod_id": "string",
"id": "string",
"tpp_id": "string",
"created": "2023-06-07T17:32:28Z"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
name
string
yaml
string
required
published
boolean
- Default
- false
prod_id
string
id
string
required
tpp_id
string
required
created
string
date-time
required
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Update Tpp Yaml
name
string
yaml
string
required
published
boolean
- Default
- false
prod_id
string
yaml_id
string
required
ApiKey
Request
{
"name": "string",
"yaml": "string",
"published": true,
"prod_id": "string"
}
Response
Successful Response
{
"name": "string",
"yaml": "string",
"published": true,
"prod_id": "string",
"id": "string",
"tpp_id": "string",
"created": "2023-06-07T17:32:28Z"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
name
string
yaml
string
required
published
boolean
- Default
- false
prod_id
string
id
string
required
tpp_id
string
required
created
string
date-time
required
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Delete Yaml for TPP
yaml_id
string
required
ApiKey
Response
Successful Response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
No schema
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Get all Yaml files for given TPP
published
boolean
page
int
- Default
- 0
size
int
- Default
- 50
ApiKey
Response
Successful Response
{
"items": [
{
"name": "string",
"yaml": "string",
"published": true,
"prod_id": "string",
"id": "string",
"tpp_id": "string",
"created": "2023-06-07T17:32:28Z"
}
],
"total": 123,
"page": 123,
"size": 123
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
items
array[object (TppYaml)]
required
TppYaml
object (TppYaml)
name
string
yaml
string
required
published
boolean
- Default
- false
prod_id
string
id
string
required
tpp_id
string
required
created
string
date-time
required
total
int
required
page
int
required
size
int
required
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Create Yaml for given TPP
name
string
yaml
string
required
published
boolean
- Default
- false
prod_id
string
ApiKey
Request
{
"name": "string",
"yaml": "string",
"published": true,
"prod_id": "string"
}
Response
Successful Response
{
"name": "string",
"yaml": "string",
"published": true,
"prod_id": "string",
"id": "string",
"tpp_id": "string",
"created": "2023-06-07T17:32:28Z"
}
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
Empty response
name
string
yaml
string
required
published
boolean
- Default
- false
prod_id
string
id
string
required
tpp_id
string
required
created
string
date-time
required
Validation Error
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
detail
array[object (ValidationError)]
ValidationError
object (ValidationError)
loc
array[Any Of]
required
Any Of
string
int
msg
string
required
type
string
required
Was this page helpful?