Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface RemoveGroupById

    interface RemoveGroupById {
        groupId: string;
        id: string;
        operationKey: string;
    }
    Index

    Properties

    groupId: string

    The id of the group to remove from the content restriction.

    id: string

    The ID of the content that the restriction applies to.

    operationKey: string

    The operation that the restriction applies to.

    'read';
    'update';