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
Following route: GET /services/{service_name}/resources/{resource_id} could be added.
It would simply execute the same piece of code as GET /resources/{resource_id}, but with an extra validation step to ensure that retrieved resource's root_service_id corresponds to the specified service_name.
The text was updated successfully, but these errors were encountered:
Following route:
GET /services/{service_name}/resources/{resource_id}
could be added.It would simply execute the same piece of code as
GET /resources/{resource_id}
, but with an extra validation step to ensure that retrieved resource'sroot_service_id
corresponds to the specifiedservice_name
.The text was updated successfully, but these errors were encountered: