---
title: "Update a session"
method: PUT
path: "/sessions/{sessionId}"
tags: ["Session"]
---

# Update a session

`PUT /sessions/{sessionId}`

Update a session (contact) in the project from the `project` header. The fields `userId`, `project`,
`organisation`, `gleapId` and `gleapHash` are ignored if sent. Changing `tags` requires the tag
permissions of the calling agent. Setting `companyId` automatically creates the company if it does not
exist yet.

## Path parameters

- `sessionId` string, required

## Headers

- `project` string, required

## Request body

- unknown

## Response `200`

Ok

- unknown

---

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