---
title: "Update Application"
method: PUT
path: "/applications/{applicationId}"
tags: ["Integration"]
---

# Update Application

`PUT /applications/{applicationId}`

Updates an integration application.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Request body

- ApplicationUpdateRequest
  - `name` string — The application name.
  - `description` string — The application description.
  - `enableApiAccess` boolean
  - `serviceUserId` string — The Service user identifier. The Service User will be used to provide authorization for this application.
  - `regenerateSecret` boolean — Regenerate the client secret.

## Response `204`

No Content

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the query parameter mentioned in the “name” field on the error response.
- `401` — The user could not be identified.
- `404` — Error codes: * "notFound": the resource could not be found by identifier.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
