---
title: "Elevate a client session."
method: POST
path: "/client/{id}/elevate"
tags: ["client"]
---

# Elevate a client session.

`POST /client/{id}/elevate`

Requires elevated authentication.

## Path parameters

- `id` integer, required

## Request body

- ElevateRequest
  - `durationSeconds` integer, required — How long the elevation should last, in seconds.

## Response `204`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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