v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1344223223.6 KB
settings

Updates a datasource. Note: This API requires an admin account to execute.

put/v1/settings/{+name}

Path parameters

namestring required

The name of the datasource resource. Format: datasources/{source_id}. The name is ignored when creating a datasource.

Query parameters

updateMaskstring

Only applies to settings.searchapplications.patch. Update mask to control which fields to update. Example field paths: search_application.name, search_application.displayName. * If update_mask is non-empty, then only the fields specified in the update_mask are updated. * If you specify a field in the update_mask, but don't specify its value in the search_application, then that field is cleared. * If the update_mask is not present or empty or has the value *, then all fields are updated.

Request body

updateMaskstring google-fieldmask

Only applies to settings.datasources.patch. Update mask to control which fields to update. Example field paths: name, displayName. * If update_mask is non-empty, then only the fields specified in the update_mask are updated. * If you specify a field in the update_mask, but don't specify its value in the source, that field is cleared. * If the update_mask is not present or empty or has the value *, then all fields are updated.

Response

Successful response