diff --git a/bgs.md b/bgs.md index 28ad8c4..36516aa 100644 --- a/bgs.md +++ b/bgs.md @@ -45,3 +45,8 @@ $ did=`curl -sL "https://${PDS_HOST}/xrpc/com.atproto.repo.describeRepo?repo=${h $ curl -X POST "https://bgs.${PDS_HOST}/admin/repo/reset?did=${did}" \ -H "Authorization: Bearer ${BGS_ADMIN_KEY}" ``` + +```sh +$ curl -X POST 'http://bgs.${PDS_HOST}/admin/pds/resync?host=${PDS_HOST}' \ + -H 'Authorization: Bearer '" +``` \ No newline at end of file