---
title: "Complete Project"
method: PUT
path: "/projects/{projectId}/complete"
tags: ["Project"]
---

# Complete Project

`PUT /projects/{projectId}/complete`

Marks a project as "completed".

## Headers

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

## 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` — Invalid input in the query parameter mentioned in the “name” field on the error response.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to complete the project.
- `404` — Error codes: * "notFound": the resource could not be found by identifier.
- `409` — Error codes: * "projectAlreadyCompleted": the project it is already in completed state.

---

[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/versions/d42dac7c28a3/schema)
