v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13114857.3 KB
locations

Update attributes for a given location.

patch/v1/{+name}

Path parameters

namestring required

Required. Google identifier for this location in the form of locations/{location_id}/attributes.

Query parameters

attributeMaskstring

Required. Attribute name of attributes that you'd like to update. Represented by attributes/{attribute}. Updates: All attributes provided in the attributes field that you would like to update must be set in the attribute_mask. Attributes set in the above list but not in the attribute_mask will be ignored. Deletes: If you'd like to delete certain attributes, they must be specified in the attribute_mask with no matching entry in the attributes list. If you'd like to delete all attributes set on a location, you should look up all the applicable attributes for the location and then add them to the attribute_mask with an empty attributes field.

Request body

namestring

Required. Google identifier for this location in the form of locations/{location_id}/attributes.

Response

Successful response