mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
Rearrange db examples
This commit is contained in:
@@ -13,13 +13,6 @@
|
||||
"id": "1"
|
||||
}
|
||||
}],
|
||||
"delete": [{
|
||||
"title": "Delete a record",
|
||||
"request": {
|
||||
"id": "1"
|
||||
},
|
||||
"response": {}
|
||||
}],
|
||||
"update": [{
|
||||
"title": "Update a record",
|
||||
"request": {
|
||||
@@ -44,5 +37,12 @@
|
||||
"isActive":true
|
||||
}]
|
||||
}
|
||||
}],
|
||||
"delete": [{
|
||||
"title": "Delete a record",
|
||||
"request": {
|
||||
"id": "1"
|
||||
},
|
||||
"response": {}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user