Skip to content

Version-related API changes #642

Closed
Closed
@christophermaier

Description

@christophermaier
  • 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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions