string WorkspacesReorderWorkspacesResponse
{
  "type": "string",
  "example": "",
  "description": "Empty response"
}
object WorkspacesUpdateWorkspaceRequest
{
  "type": "object",
  "properties": {
    "workspace": {
      "$ref": "#/components/schemas/WorkspaceInput"
    }
  }
}
object WorkspacesUpdateWorkspaceResponse
{
  "type": "object",
  "properties": {
    "workspace": {
      "$ref": "#/components/schemas/WorkspaceObject"
    }
  }
}
string XChannelTweetToTicketResponse
{
  "type": "string",
  "example": "",
  "description": "Empty response"
}