Create a catalog to publish from this grid
POST/api/create_catalog
Creates an empty catalog and publishes it to a repository you supply.
The repository must already exist and be empty - this app does not create remote repositories, and refuses one with content rather than grafting a catalog onto an unrelated history.
What lands is the manifest and the empty nodes/ and libraries/ tree;
the catalog carries no content until node templates or libraries are added
to it, and a subscriber cannot use it until then.
Request
Responses
- 200
- 400
- 422
- 502
Successful Response
Invalid id/name, the name is taken, no SSH key, or the repository is not empty
Validation Error
Could not reach the repository, or the initial push failed