From 39319adfd21ceeb07447fb586d6f2f3e01dbe4c1 Mon Sep 17 00:00:00 2001 From: Nony Bright O Date: Wed, 10 Apr 2019 22:38:54 +0100 Subject: [PATCH] Change 201 OK to 201 Created OK is for response 200 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ace0ba2..3cefc35 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -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 { @@ -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 {