Skip to content

Instantly share code, notes, and snippets.

@ZackChOfficial
Last active July 28, 2020 19:35
Show Gist options
  • Save ZackChOfficial/414ded029da788eecd2ed435bdbe9e3f to your computer and use it in GitHub Desktop.
Save ZackChOfficial/414ded029da788eecd2ed435bdbe9e3f 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