Skip to content

Create a package

POST
/api/v4/projects/{id}/packages/composer

Creates a Composer package from a specified Git tag or branch for a project.

id
required
One of:
string

The ID or URL-encoded path of a project

Media type application/json
object
branch

The name of the branch

string
nullable
Example
release
tag

The name of the tag

string
nullable
Example
v1.0.0

Created

Bad Request

Unauthorized

Forbidden

Not Found