Function patchShare

  • Updates properties of a space share (roles, and disabled state for link shares).

    Parameters

    • spaceId: string

      The ID of the space to which the share belongs.

    • shareId: string

      The ID of the share to update.

    • body: SharePatch

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<PatchShareHttpResponse>

    PatchShareHttpError