---
title: "Update Establishment Hours"
method: POST
path: "/incidents/v1/osha/establishments/{establishment_id}/hours"
tags: ["OSHA"]
---

# Update Establishment Hours

`POST /incidents/v1/osha/establishments/{establishment_id}/hours`

## Path parameters

- `establishment_id` string, required

## Request body

- S12IncidentsV1OSHAServiceUpdateEstablishmentHoursBody — UpdateEstablishmentHoursRequest is the request message for updating establishment hours.
  - `hours_worked` S12IncidentsV1EstablishmentHoursWorked[] — hours_worked is the list of hours worked for each month in the year.
    - `year_of_filing` integer — year_of_filing is the year for which the hours are reported.
    - `month_of_filing` integer — month_of_filing is the month for which the hours are reported.
    - `hours_worked` integer — hours_worked is the number of hours worked in that month.

## Response `200`

A successful response.

- S12IncidentsV1UpdateEstablishmentHoursResponse — UpdateEstablishmentHoursResponse is the response message for updating establishment hours.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
