Updates properties of the specified topic.
HTTP request
PATCH https://{endpoint}/v1/admin/{topic.name=projects/*/locations/*/topics/*}
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
topic.name |
The name of the topic. Structured like: projects/{project_number}/locations/{location}/topics/{topicId} |
Query parameters
Parameters | |
---|---|
updateMask |
Required. A mask specifying the topic fields to change. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Topic
.
Response body
If successful, the response body contains an instance of Topic
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.