mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +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": [{
|
"read": [{
|
||||||
"title": "Read file",
|
"title": "Read file",
|
||||||
"run_check": true,
|
"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