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
While all endpoints for nodes management look like /nodes/{pk}/{action}, the endpoint for command execution looks like /exec/{pk}, which is not consistent with others and violates REST.
I think /nodes/{pk}/exec would look better.
The text was updated successfully, but these errors were encountered:
While all endpoints for nodes management look like
/nodes/{pk}/{action}
, the endpoint for command execution looks like/exec/{pk}
, which is not consistent with others and violates REST.I think
/nodes/{pk}/exec
would look better.The text was updated successfully, but these errors were encountered: