Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Change 201 OK to 201 Created #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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