Used to import a schedule from a file to a tenant
POST
/api/v1/{tenantId}/schedules/import
Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
Request Body
Section titled “Request Body ”object
file
string format: binary
overwrite
boolean
Responses
Section titled “ Responses ”OK
object
importedScheduleCount
integer format: int32
Bad Request
object
message
string
code
string
Conflict
object
message
string
code
string
Unprocessable Content
object
message
string
code
string
Too Many Requests
object
message
string
code
string