Skip to main content
POST
/
admin
/
registry
/
sync
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "synced_at": "2023-11-07T05:31:56Z",
  "repositories": [
    {
      "repository_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "repository_name": "<string>",
      "success": true,
      "error": "<string>",
      "version": "<string>",
      "actions_count": 123
    }
  ]
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

force
boolean
default:false

Force sync by deleting existing version

Response

Successful Response

Response from sync operation.

success
boolean
required
synced_at
string<date-time>
required
repositories
RepositorySyncResult · object[]
required