@seamapi/http - v1.74.0
    Preparing search index...

    Class SeamHttpSeamCustomerV1Spaces

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Methods

    • Parameters

      • Optionalparameters: {
            acs_entrance_ids?: string[];
            device_ids?: string[];
            name: string;
            parent_space_key?: string;
            parent_space_name?: string;
            space_key?: string;
        }
        • Optionalacs_entrance_ids?: string[]

          IDs of the entrances that you want to add to the new space.

        • Optionaldevice_ids?: string[]

          IDs of the devices that you want to add to the new space.

        • name: string

          Name of the space that you want to create.

        • Optionalparent_space_key?: string

          Space key of the parent space for this space.

        • Optionalparent_space_name?: string

          Name of the parent space for this space.

        • Optionalspace_key?: string

          Unique key for the space within the workspace.

      • options: SeamCustomerV1SpacesCreateOptions = {}

      Returns SeamCustomerV1SpacesCreateRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>