---
title: "Update Custom Service"
method: PUT
path: "/v2/custom-services/{id}"
tags: ["Custom Service API"]
---

# Update Custom Service

`PUT /v2/custom-services/{id}`

Update an existing custom service.

## Path parameters

- `id` string, required — The ID of the custom service.

## Request body

- object
  - `name` string — The name of the custom service.
  - `domain` string — The domain for branding/logo lookup.

## Response `200`

Success

- SvflowPublicapiUpdateCustomServiceResponse
  - `data` SvflowPubapimodelsCustomService
    - `id` string — The ID of the custom service.
    - `teamId` string — The ID of the team that the custom service belongs to.
    - `name` string — The name of the custom service (e.g., "Internal HR System").
    - `domain` string — The domain for branding/logo lookup (e.g., "hr.company.com").

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
