I have installed the Lemmy using docker. I need to use API to create a community but it is not allowing me to POST the data. I followed all the steps which is required for creating community using API. Below are the steps I am using for creating a community. Using POSTMAN Headers : Content-Type : application/json
Body parameters name: testing title: testing auth: string
From what it looks like, you’re calling on
/community/create
, the API docs show it’s just/community
.thanks, @jamie but unfortunately it is also not working