powsybl / powsybl-afs

AFS modules for powsybl
Mozilla Public License 2.0
3 stars 1 forks source link

serveur returns 204 on non existing child node (instead of 404) #39

Open jonenst opened 4 years ago

jonenst commented 4 years ago

(if a question doesn't apply, you can delete it)

jonenst commented 4 years ago

Also the API is documented in swagger with

@ApiResponse(code = 404, message = "No child node for nodeId")

but actually returns a 204.