murano/releasenotes/notes/put-empty-body-d605c2083b239f76.yaml
Valerii Kovalchuk 945cc04806 Allow to PUT an empty object model
It was impossible to delete the last component from the env via
CLI, because it was prohibited to make put request with empty body.

APIImpact
Change-Id: I462072ad7c90eec1790b74cae958809aa316c25c
Closes-bug: #1511645
2016-10-03 18:28:53 +00:00

7 lines
268 B
YAML

---
fixes:
- It is now possible to make a PUT request with body equal to '[]' to
'/environments/<env_id>/services' endpoint. This will result in removing
all apps from current session. This allows deleting the last application
from environment from CLI.