Add/update metadata items for an instance.
HTTP request
PATCH https://notebooks.googleapis.com/v1/{name}:updateMetadataItems
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. Format:  Authorization requires the following IAM permission on the specified resource  
 | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| { "items": { string: string, ... } } | 
| Fields | |
|---|---|
| items | 
 Metadata items to add/update for the instance. An object containing a list of  | 
Response body
Response for adding/changing metadata items for an instance.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| { "items": { string: string, ... } } | 
| Fields | |
|---|---|
| items | 
 Map of items that were added/updated to/in the metadata. An object containing a list of  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.