CreatePackage
POST/api/packages
Create a package: an index file plus the set of files that make up an OTA bundle. Pass the organisation and application in the x-organisation and x-application headers. Returns the created package with its assigned version. Requires a bearer token.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
CreatePackage 200 response
BadRequestError 400 response
Unauthorized 401 response
ForbiddenError 403 response
NotFoundError 404 response
InternalServerError 500 response