---
title: "POST /v1/{+resource}:setBlobStorageSettings"
method: POST
path: "/v1/{+resource}:setBlobStorageSettings"
tags: ["projects"]
---

# POST /v1/{+resource}:setBlobStorageSettings

`POST /v1/{+resource}:setBlobStorageSettings`

SetBlobStorageSettings sets the blob storage settings of the specified resources.

## Path parameters

- `resource` string, required

## Request body

- SetBlobStorageSettingsRequest — Request message for `SetBlobStorageSettings` method.
  - `filterConfig` DicomFilterConfig — Specifies the filter configuration for DICOM resources.
    - `resourcePathsGcsUri` string — The Cloud Storage location of the filter configuration file. The `gcs_uri` must be in the format `gs://bucket/path/to/object`. The filter configuration file must contain a list of resource paths separated by newline characters (\n or \r\n). Each resource path must be in the format "/studies/{studyUID}[/series/{seriesUID}[/instances/{instanceUID}]]" The Cloud Healthcare API service account must have the `roles/storage.objectViewer` Cloud IAM role for this Cloud Storage location.
  - `blobStorageSettings` BlobStorageSettings — Settings for data stored in Blob storage.
    - `blobStorageClass` 'BLOB_STORAGE_CLASS_UNSPECIFIED' | 'STANDARD' | 'NEARLINE' | 'COLDLINE' | 'ARCHIVE' — The Storage class in which the Blob data is stored.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/healthcare.md) · [All operations](https://skmtc.net/google/apis/healthcare/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/healthcare/versions/cdec6fe2315f/schema)
