diff --git a/curl.md b/curl.md index 31f099a..c71035c 100644 --- a/curl.md +++ b/curl.md @@ -421,7 +421,7 @@ $ curl -sL "https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&coll ```sh host=syu.is admin_password=xxx -url=https://${host}/xrpc/com.atproto.admin.takeModerationAction -json="{\"action\": \"com.atproto.admin.defs#modEventReport\", \"subject\": {\"$type\": \"com.atproto.admin.defs#repoRef\", \"did\": \"did:plc:example\"}}" +url=https://${host}/xrpc/com.atproto.admin.updateSubjectStatus +json="{\"action\": \"com.atproto.admin.defs#authVerifier\", \"subject\": {\"$type\": \"com.atproto.admin.defs#repoRef\", \"did\": \"did:plc:example\"}}" curl -X POST -u admin:${admin_password} -H "Content-Type: application/json" -d "$json" -sL $url ``` \ No newline at end of file