@makehq/sdk
    Preparing search index...

    Type Alias UpdatePrivateSpaceBody

    Body for updating a private space.

    type UpdatePrivateSpaceBody = {
        operationsLimit?: number | null;
    }
    Index

    Properties

    Properties

    operationsLimit?: number | null

    Maximum operations limit (minimum 0). Set to null to remove the limit (unlimited); omit to leave unchanged. The transfer limit is derived from this value by the API.