Create an asset for a build
Create a new asset for a specific build.
Path Parameters |
---|
id integer — REQUIREDThe ID of the build for which to create an asset. |
Request Body — REQUIRED |
---|
name stringThe name of the asset (optional, default is 'main'). |
type stringThe type of asset to be pushed. Supported types are: 'docker-image' and 'lambda'. |
metadata objectAdditional metadata for the asset. This section allows you to include valuable information such as framework details, useful links, and any other relevant data. |
Responses | |||||||||
---|---|---|---|---|---|---|---|---|---|
200 Asset created successfully.
|