For implementing DELETE/PUT methods for /repositories/{id} endpoint we need to work on the following scenarios:
- For what all scenarios
PUT is really important? Instead, the Developer can use DELETE and register a new repository at broker using POST /repositories?
- How to remove some/all deployments which are already notified?
related to issue #3
For implementing
DELETE/PUTmethods for/repositories/{id}endpoint we need to work on the following scenarios:PUTis really important? Instead, the Developer can useDELETEand register a newrepositoryat broker usingPOST /repositories?related to issue #3