Required. The path of the resource to update the blob storage settings in the format of projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}, projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/, or projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}. If filterConfig is specified, set the value of resource to the resource name of a DICOM store in the format projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}.
Authorization requires the following IAM permission on the specified resource resource:
healthcare.dicomStores.dicomWebWrite
Request body
The request body contains data with the following structure:
Optional. A filter configuration. If filterConfig is specified, set the value of resource to the resource name of a DICOM store in the format projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["`studies.setBlobStorageSettings` is used to update the blob storage settings of specified resources within a DICOM store."],["The HTTP request for this operation is a `POST` request to a specific URL, utilizing gRPC Transcoding syntax."],["The `resource` parameter in the URL path is required, and it specifies the exact resource path to update the blob settings."],["The request body contains `filterConfig` and `blobStorageSettings` to define the scope and specifics of the update, respectively."],["Authorization for this operation requires specific IAM permissions, namely `healthcare.dicomStores.dicomWebWrite`, and one of the specified OAuth scopes."]]],[]]