ai/at
1
0

curl を更新

2025-09-17 06:39:21 +00:00
parent 2395bd2108
commit 5c72ec6433

@@ -410,6 +410,9 @@ curl -X POST \
--data-binary @image.jpg \
"$pds/xrpc/com.atproto.repo.uploadBlob"
curl -sL -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $token" \
curl -sL -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $token" \
@@ -440,4 +443,6 @@ curl -sL -X POST \
}
}" \
"$pds/xrpc/com.atproto.repo.putRecord"
"$pds/xrpc/com.atproto.repo.putRecord"
```