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
$ cloudapi /my/config --request PUT --header "Content-Type: application/json" --data '{"role-tag": ["network-operator"]}'
{"code":"InvalidArgument","message":"property \"default_network\": is missing and it is required"}
This server is CloudAPI version 9.3.0, apologies if this is already fixed in a newer version.
The text was updated successfully, but these errors were encountered:
I'm not able to use HTTP PUT to update the
role-tag
on/my/config
.Reproduction setup, the usual environment variables and also:
Make sure
keyId
matches your account's key name. You may need to create an example role too.Expected output:
Actual output:
This server is CloudAPI version
9.3.0
, apologies if this is already fixed in a newer version.The text was updated successfully, but these errors were encountered: