Confirm GET method operation
No Parameters
Key |
Type |
Value |
---|---|---|
message |
String |
Response message |
GET https://*.sacm.jp/public-api/v1/test
Content-Type: application/json
{ "message" : "Hello, World!" }
Confirm POST method operation
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
message |
String |
Echo string (1 - 500 characters) |
Key |
Type |
Value |
---|---|---|
message |
String |
Echo string specified in request |
POST https://*.sacm.jp/public-api/v1/test
Content-Type: application/json
{ "message" : "test message" }
Content-Type: application/json
{ "message" : "test message" }
Confirm PUT method operation
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
message |
String |
Echo string (1 - 500 characters) |
Key |
Type |
Value |
---|---|---|
message |
String |
Echo string specified in request |
PUT https://*.sacm.jp/public-api/v1/test/1
Content-Type: application/json
{ "message" : "test message" }
Content-Type: application/json
{ "message" : "test message" }
:id can be a value between 1 - 64
Confirm DELETE method operation
No Parameters
204
Content-Type: text/plain
No Body
DELETE https://*.sacm.jp/public-api/v1/test/1
Content-Type: text/plain
No Body
:id can be a value between 1 - 64