- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Updates a namespace.
HTTP request
PATCH https://servicedirectory.googleapis.com/v1beta1/{namespace.name=projects/*/locations/*/namespaces/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
namespace.name |
Immutable. The resource name for the namespace in the format |
Query parameters
Parameters | |
---|---|
updateMask |
Required. List of fields to be updated in this request. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Namespace
.
Response body
If successful, the response body contains an instance of Namespace
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.