Renames an enum value in a tag template. The enum values have to be unique within one enum field. Thus, an enum value cannot be renamed with a name used in any other enum value within the same enum field.
HTTP request
POST https://datacatalog.googleapis.com/v1beta1/{name}:rename
Path parameters
Parameters | |
---|---|
name |
Required. The name of the enum field value. Example:
|
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "newEnumValueDisplayName": string } |
Fields | |
---|---|
newEnumValueDisplayName |
Required. The new display name of the enum value. For example, |
Response body
If successful, the response body contains an instance of TagTemplateField
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.