Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ With the following parameters:
If successful, you will receive back an access token response:

```
HTTP/1.1 201 OK
HTTP/1.1 201 Created
Content-Type: application/json; charset=utf-8

{
Expand Down Expand Up @@ -403,7 +403,7 @@ With the following fields:
The response is a Post object within a data envelope. Example response:

```
HTTP/1.1 201 OK
HTTP/1.1 201 Created
Content-Type: application/json; charset=utf-8

{
Expand Down Expand Up @@ -534,7 +534,7 @@ Animated gifs are supported. Use your power for good.
The response is an Image object within a data envelope. Example response:

```
HTTP/1.1 201 OK
HTTP/1.1 201 Created
Content-Type: application/json; charset=utf-8

{
Expand Down