---
title: "Update a service descriptor targets"
method: PATCH
path: "/api/services/{serviceId}/targets"
tags: ["services"]
---

# Update a service descriptor targets

`PATCH /api/services/{serviceId}/targets`

Update a service descriptor targets

## Path parameters

- `serviceId` string, required

## Request body

- object[] — A set of changes described in JSON Patch format: http://jsonpatch.com/ (RFC 6902)
  - `op` 'add' | 'replace' | 'remove' | 'copy' | 'test', required
  - `path` string, required
  - `value` unknown

## Response `200`

Successful operation

- Target[]
  - `host` string, hostname, required — The host on which the HTTP call will be forwarded. Can be a domain name, or an IP address. Can also have a port
  - `scheme` string, required — The protocol used for communication. Can be http or https

## Other responses

- `400` — Bad resource format. Take another look to the swagger, or open an issue :)
- `401` — You have to provide an Api Key. Api Key can be passed with 'Otoroshi-Client-Id' and 'Otoroshi-Client-Secret' headers, or use basic http authentication
- `404` — Resource not found or does not exist

---

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