Full name: projects.locations.instances.userModuleSettings.update
Updates a user's module settings by requested module name.
HTTP request
PUT https://{endpoint}/v1alpha/{name}
Where {endpoint} is one of the supported service endpoints.
Path parameters
| Parameters | |
|---|---|
name |
Required. The name to update user module settings for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "legacyPayload": { object } } |
| Fields | |
|---|---|
legacyPayload |
Optional. The legacy payload of the request. |
Response body
The Response message for userModuleSettings.update.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "payload": { object } } |
| Fields | |
|---|---|
payload |
The body of the response. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.