---
title: "Add a temporary override state to the entry's schedule"
method: POST
path: "/orgs/{orgId}/entries/{entryId}/setTempState"
tags: ["orgs/entries"]
---

# Add a temporary override state to the entry's schedule

`POST /orgs/{orgId}/entries/{entryId}/setTempState`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-siteGeneral:w,o:w,s-o:w<br/><br/>__Endpoint name__: setEntryTempState

## Path parameters

- `orgId` integer, required
- `entryId` integer, required

## Request body

- object
  - `entryStateId` integer, required
  - `durationSeconds` integer, required

## Response `204`

No Content

---

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