---
title: "Update Service"
method: PATCH
path: "/services/ext/{ext-id}"
tags: ["Services"]
---

# Update Service

`PATCH /services/ext/{ext-id}`

Update Service

## Path parameters

- `ext-id` string, required

## Request body

- UpdateService
  - `name` string
  - `info` string, nullable
  - `color` string, nullable
  - `active` boolean, nullable
  - `billable` boolean, nullable
  - `acronym` string, nullable
  - `ext_tool_id` string, nullable
  - `default_time_entry_description` string, nullable

## Response `200`

Service updated successfully

- object
  - `data` Service
    - `id` string
    - `name` string
    - `company_id` integer
    - `ext_tool_id` integer
    - `info` string
    - `color` string
    - `active` boolean
    - `billable` boolean
    - `acronym` string
    - `image_id` string — The image id to fetch it over /img/{id}
    - `default_time_entry_description` string, nullable — If this service will be used inside the time entry this default description could be used for the time entry description.
  - `success` boolean

## Other responses

- `401` — Error: Unauthorized
- `403` — Forbidden access or subscription and trial phase ended.
- `404` — Resource or page not found.
- `422` — Validation failed

---

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