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
{{ message }}
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
Currently, the user has to make a PUT and then a GET, to determine any aspect of the resource that the server fills in. If we make the PUT call return that information, then the second step can be skipped.
The text was updated successfully, but these errors were encountered:
Don't wanna mark this closed; the issue suggests that we return something useful with PUT calls. It's still open for discussion.
For example, you run network_create which will assign your network a vlan id. But you don't know the id, so you have to follow up with a show_network call to determine what the vlan id was.
Currently, the user has to make a PUT and then a GET, to determine any aspect of the resource that the server fills in. If we make the PUT call return that information, then the second step can be skipped.
The text was updated successfully, but these errors were encountered: