I’m not able to change the authorizedNetwork on my organization. The API here should allow changing authorizedNetwork, but I get a 400 error that looks like the following:
{
"error": {
"code": 400,
"message": "Organization name \"organizations/hume-data\" and ID \"\" don't match",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.RequestInfo",
"requestId": "8809081545743940453"
}
]
}
}
I don’t really know what is meant by ID here, as the API doesn’t mention how to specify it or what it would refer to if I could specify it.