> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Third Party Service (Admin)

> Update an existing third-party service entry.

Update an existing third-party service entry (admin only).

* **Method:** PUT
* **Path:** `/api/v1/admin/services/{service_id}`

## Path Parameter

* `service_id` (integer, required): The ID of the service

## Request Body

Refer to the `ThirdPartyServiceCreate` schema in the OpenAPI playground.

## Response

Returns a `ThirdPartyService` object on success.

<OpenAPIPlayground endpoint="/api/v1/admin/services/{service_id}" method="PUT" />
