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-06-27 UTC."],[[["\u003cp\u003e\u003ccode\u003estudies.setBlobStorageSettings\u003c/code\u003e is used to update the blob storage settings of specified resources within a DICOM store.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request for this operation is a \u003ccode\u003ePOST\u003c/code\u003e request to a specific URL, utilizing gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresource\u003c/code\u003e parameter in the URL path is required, and it specifies the exact resource path to update the blob settings.\u003c/p\u003e\n"],["\u003cp\u003eThe request body contains \u003ccode\u003efilterConfig\u003c/code\u003e and \u003ccode\u003eblobStorageSettings\u003c/code\u003e to define the scope and specifics of the update, respectively.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation requires specific IAM permissions, namely \u003ccode\u003ehealthcare.dicomStores.dicomWebWrite\u003c/code\u003e, and one of the specified OAuth scopes.\u003c/p\u003e\n"]]],[],null,["# Method: studies.setBlobStorageSettings\n\n**Full name**: projects.locations.datasets.dicomStores.dicomWeb.studies.setBlobStorageSettings\n\nstudies.setBlobStorageSettings sets the blob storage settings of the specified resources.\n\n### HTTP request\n\n`POST https://healthcare.googleapis.com/v1beta1/{resource=projects/*/locations/*/datasets/*/dicomStores/*/dicomWeb/studies/**}:setBlobStorageSettings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/healthcare-api/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]