From be74482862545bce7528c2241dedf08cd2c20c04 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 16 Jan 2026 00:44:41 +0000 Subject: [PATCH] =?UTF-8?q?bgs=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bgs.md | 5 +++++ 1 file changed, 5 insertions(+) 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