Correcting HTTP method on some of the endpoints.
Gh-180
This commit is contained in:
parent
86e8fa3a0b
commit
abae53e08b
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ Every API endpoint returns a JSON response in a [standard envelope][Envelope].
|
||||||
Get a user's photo.
|
Get a user's photo.
|
||||||
1. [GET /photos/list.json][GetPhotos]
|
1. [GET /photos/list.json][GetPhotos]
|
||||||
Get a list of the user's photos.
|
Get a list of the user's photos.
|
||||||
|
1. [GET /photo/:id/nextprevious.json][GetPhotoNextPrevious]
|
||||||
|
Get the next and previous photo.
|
||||||
1. [POST /photo/upload.json][PostPhotoUpload]
|
1. [POST /photo/upload.json][PostPhotoUpload]
|
||||||
Upload a new photo.
|
Upload a new photo.
|
||||||
1. [POST /photo/:id/nextprevious.json][GetPhotoNextPrevious]
|
|
||||||
Get the next and previous photo.
|
|
||||||
|
|
||||||
#### Tag endpoints
|
#### Tag endpoints
|
||||||
1. [GET /tags/list.json][GetTags]
|
1. [GET /tags/list.json][GetTags]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue