Sync project data
POST/api/v1/projects/:slug/sources/sync/
Trigger a background task to refresh and re-index all project sources. This will crawl URLs and sitemaps again and update the search index.
Required permission: project_sync
Request
Responses
- 200
- 400
- 403
- 404
Project sync started successfully
Bad request - sync already running
Forbidden - missing permissions
Project not found