Public API Reference
Public API details and usage examples for the Members Portal
Toggles a like on a discussion board message.
cURL
curl --request POST \ --url https://spaces.nexudus.com/api/public/community/board/{threadId}/messages/{messageId}/like \ --header 'Authorization: Basic <encoded-value>'
Documentation IndexFetch the complete documentation index at: https://learn.nexudus.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
200 OK
import endpoints from '@/api/endpoints' await httpClient.post(endpoints.community.board.messages.like(101, 55))
Was this page helpful?