LikePostAdd.mdx•1.36 kB
---
title: Like Post Add
description: |
Add a like/vote to a post. A "like" is pretty much what you'd expect for
any modern social platform, it will inform the feed algorithm and the
account's recommendations as well as listing the post on their profile.
Idempotent operation where repeated use will do nothing.
full: false
_openapi:
method: PUT
route: /likes/posts/{post_id}
toc: []
structuredData:
headings: []
contents:
- content: >
Add a like/vote to a post. A "like" is pretty much what you'd expect
for
any modern social platform, it will inform the feed algorithm and the
account's recommendations as well as listing the post on their
profile.
Idempotent operation where repeated use will do nothing.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Add a like/vote to a post. A "like" is pretty much what you'd expect for
any modern social platform, it will inform the feed algorithm and the
account's recommendations as well as listing the post on their profile.
Idempotent operation where repeated use will do nothing.
<APIPage document={"../api/openapi.yaml"} operations={[{"path":"/likes/posts/{post_id}","method":"put"}]} webhooks={[]} hasHead={false} />