- Social
- Comments
- Posts
- Reactions
- Story Groups
- Stories
- Social Views
- Social Collections
- Saved Posts
- Hidden Socials
- Calendar
- Calendars
- Events
- Event Rooms
- Authentication
- Global
- Profile
- Organizations
- Search Brand Fetch Brands
- Verify Organization
- Remove a Site
- Create a Site
- Invite Organization Branch
- List All Branches
- Accept Branch Invitation
- Decline Branch Invitation
- List All Organization Collaborators
- List All Organizations
- Search Organizations
- Retrieve an Organization
- Update an Organization
- Delete an Organization
- Create an Organization
- Search Brands
- List All Social Links
- Members
- List All Members
- Search Members
- Invite Organization Members
- Delete Invitation
- Update a Member
- Retrieve a Member
- Delete a Member
- Delete Multiple Members
- Accept Organization Invitation
- Decline Organization Invitation
- Check Member Existence
- Retrieve Invitation Link
- Retrieve Invitation Object
- Retrieve Non-Paginated Organization Members
- List All Resources of an Organization
- Update Member Resource Roles-V1
- Update Member Resource Roles-V2
- Followers
- Groups
- Profiles
- Experiences
- Group Members
- Profile Search History
- Alumni
- Favorites
- Retrieve an Invitation link
- Organizations
- Notification
- Storage
- Space
- Folders
- Space Members
- Check Member Existence
- List All Members
- Search Members
- Search Potential Members
- Add a Member
- Invite Members
- Retrieve an Invitation Link
- Accept an Invitation
- Decline an Invitation
- Update a Member
- Assign License
- Assign License to an Organization Group
- Remove a License
- Search License-Assigned Members and Groups
- Remove a Member
- Delete an Invitation
- Leave a Space
- Spaces
- Health
- Course
- Course Versions
- Completions
- Certificates
- Courses
- List All Courses
- Publish a Course
- Delete a Course
- Retrieve a Course
- Create a Course
- Update a Course
- Search a Course
- Delete All Course
- Review a Course
- Start a Course
- Create a Cycle
- Delete a Cycle
- Clone a Course
- Update Cycles
- List All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- List All Languages Course Count
- List All Skills Course Count
- Update a Course Certificate
- Create a Coupon
- Update a Coupon
- Delete a Coupon
- Update Version
- Compare Latest Course
- Categories
- Course Members
- Chapters
- Lectures
- Subjects
- Webhook
- Analytics
Update a reaction
Developing
PATCH
/reactions/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.aladia.io/v2/reactions/663b933ea20631ea17c0478c' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "wow"
}'
Response Response Example
200 - Success
{
"id": "66fcf8cefed0da5ec8525176",
"entity": {
"id": "66fcf8cefed0da5ec8525176",
"type": "post"
},
"owner": {
"type": "profile",
"id": "66fcf8cefed0da5ec8525176",
"online": true,
"numberOfReviews": 25183120.1007497,
"picture": "https://loremflickr.com/640/480/business",
"organizationName": "mollitia ipsam quasi",
"firstName": "Thora",
"lastName": "Little",
"hasActiveStory": false
},
"type": "like",
"createdAt": "2024-10-01T18:31:52.564Z",
"updatedAt": "2024-10-02T04:03:28.722Z"
}
Request
Path Params
id
stringÂ
required
Example:
663b933ea20631ea17c0478c
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
entity
objectÂ
required
id
stringÂ
required
type
stringÂ
required
owner
objectÂ
required
type
stringÂ
required
id
stringÂ
required
Example:
670775694daebf393b266ea1
type
stringÂ
required
Examples
Responses
🟢200Success
application/json
Body
id
stringÂ
required
entity
objectÂ
required
id
stringÂ
required
type
enum<string>Â
required
Allowed values:
postcomment
owner
object (ProfileSummary.rto)Â
required
id
stringÂ
required
type
stringÂ
required
numberOfReviews
numberÂ
required
online
boolean  | nullÂ
required
picture
string  | nullÂ
required
name
string  | nullÂ
required
story
object  | nullÂ
optional
activeUserRole
string  | nullÂ
required
type
enum<string>Â
required
Allowed values:
claplovefunnyangrysad
createdAt
stringÂ
optional
updatedAt
stringÂ
optional
🟠401Unauthorized
Modified at 2025-04-09 13:17:07