---
title: "Update a service alternative name"
method: PUT
path: "/api/serviceProviders/{serviceProviderId}/services/{serviceId}/alternativeNames/{alternativeNameId}"
tags: ["service-alternative-names-controller"]
---

# Update a service alternative name

`PUT /api/serviceProviders/{serviceProviderId}/services/{serviceId}/alternativeNames/{alternativeNameId}`

Update a service alternative name in the repository.

## Path parameters

- `alternativeNameId` string, required
- `serviceId` string, required
- `serviceProviderId` string, required

## Request body

- ServiceAlternativeNameDTO
  - `alternativeName` string

## Response `200`

OK

- ServiceAlternativeNameResponseDTO
  - `alternativeName` string
  - `id` string

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

[API](https://skmtc.dev/myverifly/apis/api-documentation.md) · [All operations](https://skmtc.dev/myverifly/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myverifly/api-documentation/revisions/03f300608c33/schema)
