Once that issue is done, using QualifiedPath in the Web API will become redundant.
The backend config is included in the request, and there's only one possible backend to connect to, so qualifying the path with a backend name would not make sense.
We should make sure only regular Path and EntryPaths are used in the Web API.
Acceptance criteria
The Web API's endpoints do not accept / return QualifiedPaths.
Clarification and motivation
This issue is blocked by #95
Once that issue is done, using
QualifiedPath
in the Web API will become redundant. The backend config is included in the request, and there's only one possible backend to connect to, so qualifying the path with a backend name would not make sense.We should make sure only regular
Path
andEntryPath
s are used in the Web API.Acceptance criteria
QualifiedPath
s.