Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
Use expiry instead of pinExpiry. Pass in a UNIX timestamp.
expiry
pinExpiry
I will update the documentation.
https://github.com/NodeBB/NodeBB/pull/11546