Skip to content

Instantly share code, notes, and snippets.

@YoussefLagtab
Forked from ZackChOfficial/Routes
Created July 28, 2020 19:35
Show Gist options
  • Save YoussefLagtab/74302afa792f7aedfd5a9059499d13d5 to your computer and use it in GitHub Desktop.
Save YoussefLagtab/74302afa792f7aedfd5a9059499d13d5 to your computer and use it in GitHub Desktop.
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