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
The generation code uses post calls for a subset of APIs that are sensitive or large. Eventually the listApis should advertise which APIs these are, but until then we need to switch these createUser and updateUser calls (and any other that may send sensitive info) over to use POST.
The text was updated successfully, but these errors were encountered:
cloudstack-go/generate/generate.go
Line 1701 in 0d335ef
The generation code uses post calls for a subset of APIs that are sensitive or large. Eventually the
listApis
should advertise which APIs these are, but until then we need to switch thesecreateUser
andupdateUser
calls (and any other that may send sensitive info) over to use POST.The text was updated successfully, but these errors were encountered: