- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Update a metadata entity. Only supports full resource update.
HTTP request
PUT https://dataplex.googleapis.com/v1/{entity.name=projects/*/locations/*/lakes/*/zones/*/entities/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
entity.name |
Output only. The resource name of the entity, of the form: |
Query parameters
Parameters | |
---|---|
validateOnly |
Optional. Only validate the request, but do not perform mutations. The default is false. |
Request body
The request body contains an instance of Entity
.
Response body
If successful, the response body contains an instance of Entity
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.