Skip to content

Draft: fix error 404 from list node api request

laurent bouri requested to merge fix_error_list_node into dev
  • forbiddenError 404 from list node api request should return the following error:
raise ForbiddenException(
                    details={
                        "parameter": "parent",
                        "code": "restricted",
                        "message": "You are not a member of this node.",
                    },
                )

Merge request reports