REGISTRY

Create Registry

Create a new registry :param db: database session :param registry_creation_request: registry creation request :param auth: auth token. Also gets the user_id from the token return: RegistryCreationResponse.

post/registries/

Request body

namestring required
descriptionstring nullable
statusstring nullable

Response

Successful Response

idinteger required
namestring required
statusstring required
messagestring required
descriptionstring nullable

Changes

No recorded changes to this endpoint across all 28 revisions of this API.