From 139706003d1b6982837e2e5df3691cd99fcb9147 Mon Sep 17 00:00:00 2001 From: John Lau Date: Thu, 15 Nov 2018 02:08:04 +0900 Subject: [PATCH] REST API JSON response status fix --- docs/usage/rest_api/interpreter.md | 2 +- docs/usage/rest_api/notebook.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/usage/rest_api/interpreter.md b/docs/usage/rest_api/interpreter.md index 23a7c66b3a4..c7502893015 100644 --- a/docs/usage/rest_api/interpreter.md +++ b/docs/usage/rest_api/interpreter.md @@ -315,7 +315,7 @@ The role of registered interpreters, settings and interpreters group are describ
 {
-  "status": "CREATED",
+  "status": "OK",
   "message": "",
   "body": {
     "id": "2AYW25ANY",
diff --git a/docs/usage/rest_api/notebook.md b/docs/usage/rest_api/notebook.md
index 3cbfc524b3b..74d98db3a37 100644
--- a/docs/usage/rest_api/notebook.md
+++ b/docs/usage/rest_api/notebook.md
@@ -132,7 +132,7 @@ Notebooks REST API supports the following operations: List, Create, Get, Delete,
        sample JSON response 
       
 {
-  "status": "CREATED",
+  "status": "OK",
   "message": "",
   "body": "2AZPHY918"
 }
@@ -344,7 +344,7 @@ Notebooks REST API supports the following operations: List, Create, Get, Delete, sample JSON response
 {
-  "status": "CREATED",
+  "status": "OK",
   "message": "",
   "body": "2AZPHY918"
 }
@@ -455,7 +455,7 @@ Notebooks REST API supports the following operations: List, Create, Get, Delete, sample JSON response
 {
-  "status": "CREATED",
+  "status": "OK",
   "message": "",
   "body": "2AZPHY918"
 }
@@ -636,7 +636,7 @@ Notebooks REST API supports the following operations: List, Create, Get, Delete, sample JSON response
 {
-  "status": "CREATED",
+  "status": "OK",
   "message": "",
   "body": "20151218-100330\_1754029574"
 }