feat: finalize projectwork CI jobs, docs and test integration
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"urlPath": "/users/1"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"headers": {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
"jsonBody": {
|
||||
"id": 1,
|
||||
"name": "Student 1",
|
||||
"grade": "A",
|
||||
"school_name": "OTUS School",
|
||||
"city": "Moscow"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user