A.3. Synchronization

To synchronize the repository's content from its source:
  • method: POST
  • path: /repositories/<id>/sync/
  • permission: EXECUTE
  • success response:202 Accepted
  • failure response:
    • 404 Not Found if the id does not match a repository
    • 406 Not Acceptable if the repository does not have a source
    • 409 Conflict if a sync is already in progress for the repository
  • return: a Task object
  • parameters:
    • timeout (optional) <str> repository id
    • skip (optional) <str> repository name
    • limit (optional) <str> repository content architecture
    • threads (optional) <str> repository group id