mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 10:54:28 +00:00
update file read example
This commit is contained in:
@@ -29,15 +29,6 @@
|
||||
]
|
||||
}
|
||||
}],
|
||||
"delete": [{
|
||||
"title": "Delete file",
|
||||
"run_check": true,
|
||||
"request": {
|
||||
"project": "examples",
|
||||
"path": "/document/text-files/file.txt"
|
||||
},
|
||||
"response": {}
|
||||
}],
|
||||
"read": [{
|
||||
"title": "Read file",
|
||||
"run_check": true,
|
||||
@@ -54,5 +45,14 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}],
|
||||
"delete": [{
|
||||
"title": "Delete file",
|
||||
"run_check": true,
|
||||
"request": {
|
||||
"project": "examples",
|
||||
"path": "/document/text-files/file.txt"
|
||||
},
|
||||
"response": {}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user