Last active
July 28, 2020 19:35
-
-
Save ZackChOfficial/414ded029da788eecd2ed435bdbe9e3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get /admin/posts/:id/ get single post | |
patch /admin/posts/:id/status | |
body { | |
status: status enum | |
} | |
get /admin/posts/ get all posts filtered | |
get /admin/posts/count get total posts filtered |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment