26 lines
420 B
HTTP
26 lines
420 B
HTTP
###
|
|
GET http://localhost:7272/api/AppLog
|
|
|
|
###
|
|
GET http://localhost:7272/api/AppLog?appLogId=51f2f5dd-78be-4069-ba29-09d2a5026191
|
|
|
|
###
|
|
POST http://localhost:7272/api/AppLog?appLogId=1
|
|
content-type: application/json
|
|
|
|
{
|
|
"data":{"hello": "test"}
|
|
}
|
|
|
|
###
|
|
PUT http://localhost:7272/api/AppLog?appLogId=1
|
|
content-type: application/json
|
|
|
|
{
|
|
"data": {"hello": "test"}
|
|
}
|
|
|
|
|
|
###
|
|
DELETE http://localhost:7272/api/AppLog?appLogId=1
|