If anyone can use this, here you go. NodeBB, Redis & Python Script are all running on the same server. Please use the built in ACL to access the Redis database.
user mastodon +hgetall +zrange ~* on >PASSWORD
GitLab.com
faviconGitLab (gitlab.com)
I want to set a topic to pinned with pinExpiry via api
/api/v3/topics/${tid}/pin
body
{
"pinExpiry": "2023-06-27T22:00:00.000Z"
}
or post a new topic with pin and pinExpiry
Also updated test runner to ignore any request bodies in spec that are explicitly not required.
GitHub (github.com)