Options
All
  • Public
  • Public/Protected
  • All
Menu

WorkspacesApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • WorkspacesApi

Index

Constructors

constructor

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

addWorkspace

deleteWorkspace

  • Delete a specific workspace, specified by workspace ID.

    summary

    delete_workspace

    throws

    {RequiredError}

    memberof

    WorkspacesApi

    Parameters

    Returns Promise<AxiosResponse<void>>

getWorkspaceById

getWorkspaces

updateWorkspace

  • Make changes to an existing workspace; for example, change collaboration settings.

    summary

    update_workspace

    throws

    {RequiredError}

    memberof

    WorkspacesApi

    Parameters

    Returns Promise<AxiosResponse<void>>