Logo
Functions

syncFilesApiV1FilesSyncPut

syncFilesApiV1FilesSyncPut<ThrowOnError>(options?): RequestResult<SyncFilesApiV1FilesSyncPutResponse, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:2108

Sync Files Sync Files API against file contents uploaded via S3 presigned urls.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options?

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & SyncFilesApiV1FilesSyncPutData

Returns

RequestResult<SyncFilesApiV1FilesSyncPutResponse, HTTPValidationError, ThrowOnError>

On this page