GET メソッドの動作を確認する
パラメータ無し
Key |
Type |
Value |
---|---|---|
message |
String |
応答メッセージ |
GET https://*.sacm.jp/public-api/v1/test
Content-Type: application/json
{ "message" : "Hello, World!" }
POST メソッドの動作を確認する
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
message |
String |
エコー文字列 (1 - 500 文字) |
Key |
Type |
Value |
---|---|---|
message |
String |
リクエストで指定したエコー文字列 |
POST https://*.sacm.jp/public-api/v1/test
Content-Type: application/json
{ "message" : "test message" }
Content-Type: application/json
{ "message" : "test message" }
PUT メソッドの動作を確認する
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
message |
String |
エコー文字列 (1 - 500 文字) |
Key |
Type |
Value |
---|---|---|
message |
String |
リクエストで指定したエコー文字列 |
PUT https://*.sacm.jp/public-api/v1/test/1
Content-Type: application/json
{ "message" : "test message" }
Content-Type: application/json
{ "message" : "test message" }
:id は 1 - 64 の値を指定可能
DELETE メソッドの動作を確認する
パラメータ無し
204
Content-Type: text/plain
ボディ無し
DELETE https://*.sacm.jp/public-api/v1/test/1
Content-Type: text/plain
ボディ無し
:id は 1 - 64 の値を指定可能