Skip to content

Latest commit

 

History

History
46 lines (43 loc) · 2.23 KB

Posts.md

File metadata and controls

46 lines (43 loc) · 2.23 KB

Table Of Contents


Feature Implemented Method
Get By ID ✔️ posts.get
Get By MD5 ✔️ posts.getByMD5
Search ✔️ posts.search
Create1 ✔️ posts.create
Modify1 ✔️ posts.modify
Delete12 ✖️ N/A
Approve12 ✖️ N/A
Unapprove12 ✖️ N/A
Destroy13 ✖️ N/A
Regenerate Thumbnails12 ✖️ N/A
Regenerate Videos12 ✖️ N/A
Revert1 ✔️ posts.revert
Get History1 ✔️ posts.getHistory
Search History1 ✔️ posts.searchHistory
Vote1 ✔️ posts.vote
Add Favorite1 ✔️ users.addFavorite
Remove Favorite1 ✔️ users.removeFavorite
Get Post Approval ✔️ posts.getPostApproval
Search Post Approvals ✔️ posts.searchPostApprovals

Footnotes

  1. Requires Authentication 2 3 4 5 6 7 8 9 10 11 12 13 14

  2. Requires Janitor 2 3 4 5

  3. Requires Admin