# Sync sources

> For the complete documentation index, see [llms.txt](/llms.txt)

> Re-crawl all project sources and update the search index.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Sync sources"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/projects/{slug}/sources/sync/"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Re-crawl all project sources and update the search index.

**Required permission:** `project_sync`

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./sync-project.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./sync-project.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./sync-project.StatusCodes.json")}
>
  
</StatusCodes>
