# Sync Knowledge Sources

`POST /api/2.1/{name=knowledge-assistants/*}/knowledge-sources:sync`

Sync all non-index Knowledge Sources for a Knowledge Assistant (index sources do not require sync)

API scopes: knowledge-assistants

## Path parameters

- `name` (string, optional)
  The resource name of the Knowledge Assistant.
   Format: knowledge-assistants/{knowledge_assistant_id}

## Response

```json
{}
```

