Closed
Description
- bundle deletion is version aware
- bundle enable/disable is version aware
- dry-run option for bundle delete
- bundle installation changes: update messaging at least
- API changes
POST /v1/bundles
- installation (the only way)
GET /v1/bundles/:name
- return list of all installed versions
GET /v1/bundles/:name/:version
- details about specific version
DELETE /v1/bundles/:name/:version
- delete specific version (must be disabled first)
DELETE /v1/bundles/:name
- if given an explicit list of versions, delete each one. If not, delete all installed versions. Atomic.
There is no PUT
.
Metadata
Metadata
Assignees
Labels
No labels