Upload mender artifact
POST/api/management/v1alpha1/deployments/manifests
Experimental API
This endpoint is experimental and may change or be removed without notice in future versions.
Requirements
This endpoint requires a subscription to one of the following plans:
- Enterprise
Upload Mender artifact. Multipart request with meta and artifact. Only supports manifest type artifacts (v3).
Request
Responses
- 201
- 400
- 401
- 402
- 409
- 500
Artifact uploaded.
Response Headers
Location
URL of the newly uploaded artifact.
Invalid Request.
Unauthorized.
The resource requires a paid plan.
An artifact with the same name and matching dependency requirements already exists.
Internal Server Error.