Skip to content

Commit

Permalink
fix: add page queries to correct request
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jun 3, 2017
1 parent 559c4d6 commit 06bc7e1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions blueprint/characters-people/anime-characters.apib
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## Anime Characters [/anime-characters/{id}{?page%5Blimit%5D,page%5Boffset%5D}]
## Anime Characters [/anime-characters/{id}]

+ Parameters
+ id (number, `1`) - ID of the anime character
+ page%5Blimit%5D (number, `10`)
+ page%5Boffset%5D (number, `0`)

+ Attributes (animeCharactersAttributes)

### GET List [GET /anime-characters]
### GET List [GET /anime-characters{?page%5Blimit%5D,page%5Boffset%5D}]

+ Parameters
+ page%5Blimit%5D (optional, number, `10`)
+ page%5Boffset%5D (optional, number, `0`)

+ Response 200 (application/vnd.api+json)
+ Attributes
Expand Down

0 comments on commit 06bc7e1

Please sign in to comment.