- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a search application.
Note: This API requires an admin account to execute.
HTTP request
PUT https://cloudsearch.googleapis.com/v1/settings/{searchApplication.name=searchapplications/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
searchApplication.name |
The name of the Search Application. Format: searchapplications/{applicationId}. |
Query parameters
| Parameters | |
|---|---|
updateMask |
Only applies to Update mask to control which fields to update. Example field paths:
|
Request body
The request body contains an instance of SearchApplication.
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud_search.settings.queryhttps://www.googleapis.com/auth/cloud_search.settingshttps://www.googleapis.com/auth/cloud_search
For more information, see the Authorization guide.