curl --request POST \
--url https://api.example.com/registry/repos/{repository_id}/sync \
--cookie fastapiusersauth={
"id": "<string>",
"origin": "<string>",
"message": "<string>",
"errors": {}
}Load actions from a specific registry repository.
Raises: 422: If there is an error syncing the repository (validation error) 404: If the repository is not found 400: If there is an error syncing the repository
curl --request POST \
--url https://api.example.com/registry/repos/{repository_id}/sync \
--cookie fastapiusersauth={
"id": "<string>",
"origin": "<string>",
"message": "<string>",
"errors": {}
}Was this page helpful?