945cc04806
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
7 lines
268 B
YAML
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.
|