---
title: "Mark project as indexed"
method: PUT
path: "/projects/{project}/indexed"
tags: ["Projects"]
---

# Mark project as indexed

`PUT /projects/{project}/indexed`

This asynchronous endpoint is used by the Indexer once it finishes indexing a project.

## Path parameters

- `project` string, required

## Response `202`

Request accepted for asynchronous processing.

## Other responses

- `204` — Project marked as indexed.

---

[API](https://skmtc.net/oracle/apis/opengrok-restful-api.md) · [All operations](https://skmtc.net/oracle/apis/opengrok-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oracle/opengrok-restful-api/versions/4844bf710203/schema)
