mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
## About the changes Edit application under https://app.unleash-hosted.com/demo/applications/test-app is currently not working as the appName is expected to come in the request body, but it's actually part of the url. We have two options here: 1. We change the UI to adapt to the expectations of the request by adding appName to the request body (and eventually removing appName from the URL, which would be a breaking change) 2. We remove the restriction of only sending the appName in the body and take the one that comes in the URL. We have a validation that verifies that at least one of the two sets the appName ([here]( |
||
---|---|---|
.. | ||
admin | ||
auth | ||
client | ||
openapi | ||
proxy |