OttoFMS Settings
Edit Offsite Schedule
Path Parameters
name*string
PATCH /otto/api/settings/offsite/schedules/:name Parameter
Length
1 <= lengthRequest Body
application/json
PATCH /otto/api/settings/offsite/schedules/:name Request body
remote_name?string
Length
1 <= lengthbucket_name?string
Length
1 <= lengthremote_path?string
Length
1 <= lengthinclude_external_container_data_1?boolean
Default
falsecontainer_data_1_different_remote?boolean|null
container_data_1_remote?string|null
container_data_1_bucket?string|null
container_data_1_remote_path?string|null
include_external_container_data_2?boolean
Default
falsecontainer_data_2_different_remote?boolean|null
container_data_2_remote?string|null
container_data_2_bucket?string|null
container_data_2_remote_path?string|null
zip_files?boolean|null
Default
falsefile_browser_hash?string
the hash to use in the file browser url
Response Body
application/json
application/json
curl -X PATCH "https://your.server.net/otto/api/settings/offsite/schedules/string" \ -H "Content-Type: application/json" \ -d '{}'{
"response": {
"ok": true
},
"messages": [
{
"code": 0.1,
"text": "ok"
}
]
}{
"response": {},
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
]
}