Skip to main content
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.