curl を更新
5
curl.md
5
curl.md
@@ -410,6 +410,9 @@ curl -X POST \
|
|||||||
--data-binary @image.jpg \
|
--data-binary @image.jpg \
|
||||||
"$pds/xrpc/com.atproto.repo.uploadBlob"
|
"$pds/xrpc/com.atproto.repo.uploadBlob"
|
||||||
|
|
||||||
|
curl -sL -X POST \
|
||||||
|
-H "Content-Type: application/json" \
|
||||||
|
-H "Authorization: Bearer $token" \
|
||||||
curl -sL -X POST \
|
curl -sL -X POST \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Authorization: Bearer $token" \
|
-H "Authorization: Bearer $token" \
|
||||||
@@ -440,4 +443,6 @@ curl -sL -X POST \
|
|||||||
}
|
}
|
||||||
}" \
|
}" \
|
||||||
"$pds/xrpc/com.atproto.repo.putRecord"
|
"$pds/xrpc/com.atproto.repo.putRecord"
|
||||||
|
|
||||||
|
"$pds/xrpc/com.atproto.repo.putRecord"
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user