Documentation
    Preparing search index...

    Class FolderService

    Service for interacting with folders.

    Implements

    Index

    Constructors

    Methods

    • Update a folders parameters. This can be used to rename a folder or to move it to a different parent folder and/or project.

      Parameters

      • name: string

        The new name of the folder.

      • projectId: string

        The ID of the project to which the folder belongs.

      • folderId: string

        The ID of the folder to update.

      Returns Promise<UpdateFolderResult>