---
title: "Update working pattern"
method: PUT
path: "/working_patterns/{working_pattern_id}"
tags: ["Working patterns"]
---

# Update working pattern

`PUT /working_patterns/{working_pattern_id}`

## Request body

- object
  - `name` string
  - `monday_hours` number
  - `tuesday_hours` number
  - `wednesday_hours` number
  - `thursday_hours` number
  - `friday_hours` number
  - `saturday_hours` number
  - `sunday_hours` number

## Response `200`

OK

- object
  - `data` WorkingPattern
    - `id` integer
    - `name` string
    - `monday_hours` string
    - `tuesday_hours` string
    - `wednesday_hours` string
    - `thursday_hours` string
    - `friday_hours` string
    - `saturday_hours` string
    - `sunday_hours` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `201` — Created

---

[API](https://skmtc.dev/peopleforce/apis/company-api.md) · [All operations](https://skmtc.dev/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
