@makehq/sdk
    Preparing search index...

    Type Alias UpdatePrivateSpaceOptions

    Options for updating a private space.

    type UpdatePrivateSpaceOptions = {
        confirmed?: boolean;
    }
    Index

    Properties

    Properties

    confirmed?: boolean

    Confirmation of the update. Required (the API fails with IM004 otherwise) when the new operations limit is below the space's current consumption; confirming pauses the space.