Skip to content

Convert Backstage catalog-info.yaml

POST
/manifests/convert
curl --request POST \
--url https://shoehorn.example.com/api/v1/manifests/convert \
--header 'Content-Type: application/json' \
--data '{ "content": "example" }'

Converts a Backstage catalog-info.yaml to Shoehorn manifest format.

Media type application/json
object
content

Raw YAML content

string
Example generated
{
"content": "example"
}

Converted manifest