mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
fix example
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"file": {
|
||||
"data": "file content example",
|
||||
"path": "/document/text-files/file.txt",
|
||||
"project": "myproject"
|
||||
"project": "examples"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
@@ -14,12 +14,12 @@
|
||||
"list": [{
|
||||
"title": "List files",
|
||||
"request": {
|
||||
"project": "myproject"
|
||||
"project": "examples"
|
||||
},
|
||||
"response": {
|
||||
"files": [
|
||||
{
|
||||
"project": "myproject",
|
||||
"project": "examples",
|
||||
"name": "file.txt",
|
||||
"path": "/document/text-files/file.txt"
|
||||
}
|
||||
@@ -29,16 +29,17 @@
|
||||
"read": [{
|
||||
"title": "Read file",
|
||||
"request": {
|
||||
"project": "myproject"
|
||||
"project": "examples",
|
||||
"path": "/document/text-files/file.txt"
|
||||
},
|
||||
"response": {
|
||||
"files": [
|
||||
{
|
||||
"project": "myproject",
|
||||
"project": "examples",
|
||||
"data": "file content example",
|
||||
"path": "/document/text-files/file.txt"
|
||||
}
|
||||
]
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user