Skip to content

Create a product

PUT
/product/create

Creates a new product. The calling token is automatically granted full maintainer access (download, upload, delete, maintainer).

Authorizations

ApiKeyAuth

API token obtained via the /register endpoint. Pass as the X-Api-Token header on every request.

Type
API Key (header: X-Api-Token)

Request Body

application/json
JSON
{
  
"name": "my-lib"
}

Responses

Product created.

Samples

Powered by VitePress OpenAPI