@inrupt/solid-client-access-grants
    Preparing search index...

    Function saveSolidDatasetAt

    • Saves a Dataset in a Solid Pod using an Access Grant to prove the caller is authorized to write or append to the dataset at the given dataset URL.

      This function does not support saving a dataset if the
      dataset does not yet exist, unlike its `@inrupt/solid-client`
      counterpart.
      

      Type Parameters

      • Dataset extends Readonly<{}>

      Parameters

      • datasetUrl: string

        The URL of the dataset to save.

      • solidDataset: Dataset
      • accessGrant: VerifiableCredential | DatasetWithId

        The Access Grant VC proving the caller is authorized.

      • Optionaloptions: Partial<{} & {}>

        Optional properties to customise the request behaviour.

      Returns Promise<Readonly<{}> & WithResourceInfo & {} & {}>

      A promise that resolves to a SolidDataset if successful, and that rejects otherwise.