feat: finalize projectwork CI jobs, docs and test integration
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"urlPath": "/users/get/all"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"headers": {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
"jsonBody": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Ivan Ivanov",
|
||||
"grade": "A"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Petr Petrov",
|
||||
"grade": "B"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user