Creates a schedule file or folder; returns the new id and properties.
POST
/api/v1/{tenantId}/schedule-explorer/create-item
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
parentFolderId
string
name
string
type
integer format: int32
Responses
Section titled “ Responses ”OK
object
id
string
properties
Array<object>
object
key
string
value
string
Bad Request
object
message
string
code
string
Too Many Requests
object
message
string
code
string