You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
The server returns 204 (Sucess, no content) when getting "fileSystems/{fileSystemName}/nodes/{nodeId}/children/{childName}" and it doesn't exist
What is the expected behavior?
It should return a 404
What is the motivation / use case for changing the behavior?
Respecting the http status code meanings. This improves API understability and reduce the surprise effect
Please tell us about your environment:
PowSyBl Version: ...
OS Version: ...
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
The server returns 204 (Sucess, no content) when getting "fileSystems/{fileSystemName}/nodes/{nodeId}/children/{childName}" and it doesn't exist
What is the expected behavior?
It should return a 404
What is the motivation / use case for changing the behavior?
Respecting the http status code meanings. This improves API understability and reduce the surprise effect
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)
The text was updated successfully, but these errors were encountered: