Skip to content

Create manifest

POST
/manifests
curl --request POST \
--url https://shoehorn.example.com/api/v1/manifests \
--header 'Content-Type: application/json' \
--data '{ "content": "example", "format": "shoehorn" }'
Media type application/json
object
content
required

YAML manifest content

string
format
string
default: shoehorn
Allowed values: shoehorn backstage

Manifest created