---
title: "Update Agent's Service"
method: PATCH
path: "/api/v1/agents/seller-services/{sellerServiceId}"
---

# Update Agent's Service

`PATCH /api/v1/agents/seller-services/{sellerServiceId}`

Update a seller service that belongs to the agent.

## Path parameters

- `sellerServiceId` string, required

## Request body

- object
  - `name` string — New name of the service.
  - `description` string — New description of the service.
  - `tags` string[] — New tags for the service.
  - `minimumTokenAmount` string — New minimum amount (in USD) that buyer's must set on their tokens.
  - `price` string — New price of the service in USD.
  - `termsOfService` object — New terms of service for this service.
    - `url` string — The URL where the terms of service are available to review.
    - `required` boolean — 'true' if acceptance of the terms of service is required.
  - `acceptedTokens` string — List of KYAPay token types that this Seller Service accepts. Must be one or more of 'kya', 'pay' and 'kya-pay'.

## Response `204`

204

- object

## Other responses

- `400` — 400
- `422` — 422

---

[API](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis.md) · [All operations](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyfire/skyfire-agent-and-token-apis/versions/209ba8f90d59/schema)
