mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Add bandwidth limit to filesystem operations, rename fields
This commit is contained in:
10
docs/docs.go
10
docs/docs.go
@@ -3003,8 +3003,9 @@ const docTemplate = `{
|
||||
"operation"
|
||||
],
|
||||
"properties": {
|
||||
"from": {
|
||||
"type": "string"
|
||||
"bandwidth_limit_kbit": {
|
||||
"description": "kbit/s",
|
||||
"type": "integer"
|
||||
},
|
||||
"operation": {
|
||||
"type": "string",
|
||||
@@ -3013,7 +3014,10 @@ const docTemplate = `{
|
||||
"move"
|
||||
]
|
||||
},
|
||||
"to": {
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"target": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user