How do I use Lemmy API for creating community? 1 0
The guy below was right. Your hitting the wrong url. If that didn’t fix it, it’s probably your postman set up. Does curl work? Ex:
curl -i -H
"Content-Type: application/json"
-X POST
-d '{
"auth": "you key",
"name": "some name",
"title": "some name"
}'
https://someurl.com/api/v3/community
Reply
How do I use Lemmy API for creating community? 1 0
He meant remove it from the post, anyone can use it to make requests to your server lol
Reply
Next
Wyatt @lemmy.world
Posts 0
Comments 2