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
Actually, I am not sure about this. This was never the case in earlier release.
I think the API clients could simply recenter the requests at the resource's primary URL, so we'd rely on actions listed in GET /api/vms/5. What this would allow deeply nested QueryRelation::Queryable, and if done properly allow fetching subcollections at each level.
GET /api/vms/5 as well as GET /api/providers/1/vms/5 should both return the vms/5 actions.
Currently the latter signature does not and is causing the manageiq-api-client to not allow vms operations on subresources.
Needed for: ManageIQ/manageiq-api-client#61
The text was updated successfully, but these errors were encountered: