Skip to content

Commit

Permalink
Update documentation about passing type param
Browse files Browse the repository at this point in the history
  • Loading branch information
Salil Kothadia committed Mar 3, 2017
1 parent 98e319c commit 142fbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ Use the Endpoint: '/wp-json/wp/v2/multiple-post-type'

List:

`GET` request to `/wp-json/wp/v2/multiple-post-type&type[]=post&type[]=page`
`GET` request to `/wp-json/wp/v2/multiple-post-type?&type[]=post&type[]=page`

Get the page with slug "about-me":

0 comments on commit 142fbd9

Please sign in to comment.