YAML
Download SpecGet Yaml By id
get
/yaml/{yaml_id}
Authentication
ApiKey
Responses
Response: application/json
created
string
date-time
required
id
string
required
name
string
prod_id
string
published
boolean
- Default
- false
tpp_id
string
required
yaml
string
required
Response: application/json
detail
array[object (ValidationError)]
Update Tpp Yaml
post
/yaml/{yaml_id}
Authentication
ApiKey
Responses
Response: application/json
created
string
date-time
required
id
string
required
name
string
prod_id
string
published
boolean
- Default
- false
tpp_id
string
required
yaml
string
required
Response: application/json
detail
array[object (ValidationError)]
Request Examples
Delete Yaml for TPP
delete
/yaml/{yaml_id}
Authentication
ApiKey
Responses
Response: application/json
detail
array[object (ValidationError)]
Get all Yaml files for given TPP
get
/yaml
Authentication
ApiKey
Responses
Response: application/json
items
array[object (TppYaml)]
required
page
integer
required
size
int
required
total
integer
required
Response: application/json
detail
array[object (ValidationError)]
Create Yaml for given TPP
post
/yaml
Authentication
ApiKey
Responses
Response: application/json
created
string
date-time
required
id
string
required
name
string
prod_id
string
published
boolean
- Default
- false
tpp_id
string
required
yaml
string
required
Response: application/json
detail
array[object (ValidationError)]
Request Examples
Was this page helpful?