The response schema for the createUploadDestination operation.

CreateUploadDestinationResponse

interface CreateUploadDestinationResponse {
    errors?: Error[];
    payload?: UploadDestination;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

CreateUploadDestinationResponse

CreateUploadDestinationResponse