POST /community/moderate/ban was using expiredAt
while the rest of the API is in snake_case
. Also some of the response was not in snake case either, so I tided that up.
PUT /community/moderate/unban is also affected. (why is it a PUT??)
GET /community/moderate/bans now uses snake case.
We’re cooking up an automatically-updated swagger / openapi solution right now, please bear with us.
You must log in or # to comment.
We’re cooking up an automatically-updated swagger / openapi solution right now
If anybody wants to weigh in on this:
- Here is the first PR about this adding the dependencies and documenting the first endpoint.
- Here is the generated swagger ui live on my instance for your perusal
Awesome! Great job, this’ll be super useful :)