UpdateDeveloperMetadataRequest
A request to update properties of developer metadata. Updates the properties of the developer metadata selected by the filters to the values provided in the DeveloperMetadata resource. Callers must specify the properties they wish to update in the fields parameter, as well as specify at least one DataFilter matching the metadata they wish to update.
{
"dataFilters": [
{
"a1Range": "string",
"developerMetadataLookup": {},
"gridRange": {}
}
],
"developerMetadata": {},
"fields": "string"
}