mirror of https://github.com/LemmyNet/lemmy.git
Fixing http curl POST docs.
parent
7fdcae4f07
commit
69389f61c9
|
@ -235,10 +235,10 @@ curl -i -H \
|
||||||
"Content-Type: application/json" \
|
"Content-Type: application/json" \
|
||||||
-X POST \
|
-X POST \
|
||||||
-d '{
|
-d '{
|
||||||
comment_id: X,
|
"comment_id": X,
|
||||||
pub post_id: X,
|
"post_id": X,
|
||||||
score: X,
|
"score": X,
|
||||||
auth: X,
|
"auth": "..."
|
||||||
}' \
|
}' \
|
||||||
/comment/like
|
/comment/like
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue