Create a package
POST
/api/v4/projects/{id}/packages/composer
Creates a Composer package from a specified Git tag or branch for a project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Request Body
Section titled “Request Body”Media typeapplication/json
object
branch
The name of the branch
string
Example
releasetag
The name of the tag
string
Example
v1.0.0Responses
Section titled “Responses”Created
Bad Request
Unauthorized
Forbidden
Not Found