-
-
Save YoussefLagtab/74302afa792f7aedfd5a9059499d13d5 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