Closed charbull closed 2 years ago
closing there was a missing "\"" in the example with stateNotificationConfig": {}
.
updating the documentation would be great
getting a new error message: "error":{"code":400,"message":"The field 'device_registry.name' must be empty.","status":"INVALID_ARGUMENT"}}
Hi @charbull , that's expected behavior that was added in the latest release. The registry name will be derived from the project, location, and registry ID. Is this issue blocking you?
Hi @clarkbynum what would be the updated documentation? just drop the name and the id form the request?
@charbull Just drop the name from the request. Thanks for pointing that out, I went ahead and removed it from the doc
Cool ! thank you ! this worked. Feel free to close the issue when the documentation is uptdated
Hi,
The create registry is not working as documented in this link.
Followed the steps and downloaded the service account credentials, the documentation outlines the following curl example:
To reproduce:
returned response:
Cheers.