---
title: "PATCH /v1/customers/{customerId}"
method: PATCH
path: "/v1/customers/{customerId}"
---

# PATCH /v1/customers/{customerId}

`PATCH /v1/customers/{customerId}`

## Path parameters

- `customerId` string, uuid, required

## Request body

- object
  - `name` string
  - `slug` string
  - `status` 'active' | 'disabled'
  - `storageProvider` 'azure_blob' | 'gcs' | 'localfs', nullable
  - `storageAccount` string, nullable
  - `storageContainer` string, nullable
  - `logoUrl` string, uri, nullable
  - `metadata` object

## Response `200`

Default Response

---

[API](https://skmtc.net/transload/apis/pipeline-backend.md) · [All operations](https://skmtc.net/transload/apis/pipeline-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transload/pipeline-backend/revisions/19723ec39f24/schema)
