Appearance
Toggle an authenticated or anonymous published-release reaction​
POST
/s/{slug}/changelog/{releaseId}/reaction
A valid signed user token takes precedence. Anonymous callers provide a stable site-scoped visitor ID and are not subscribed.
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters​
Header Parameters
X-User-Token
Signed customer JWT with role admin or user
Type
string
X-Managani-Visitor-ID
Required when no valid signed user token is supplied.
Type
string
Min Length
16Max Length
200Path Parameters
slug*
Type
Requiredstring
releaseId*
Type
Requiredstring
Request Body​
application/json
JSON"icon": "string"
{
 Â
}
Responses​
OK