Constructors

Properties

Methods

Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • Add a new file Adds a new File to the library by providing URL of the file.

    If a file with identical URL already exists, then the original file is returned. If a file does not exist, a new file is created.

    See examples

    Parameters

    • requestBody: AddFile

      POST request body

    • OptionalxPfStoreId: string

      Use this to specify which store you want to use (required only for account level token).

      The store IDs can be retrieved with the Get basic information about stores endpoint.

    Returns CancelablePromise<any>

    any OK

    ApiError