/// <summary> /// Updates an existing remote file. /// </summary> public Task <FileObjectResponse> UpdateAsync(RemoteFileToUpdate remoteFileToUpdate) => SendPostFormUrlEncodedAsync <RemoteFileToUpdate, FileObjectResponse>("update", remoteFileToUpdate);
/// <inheritdoc cref="FilesRemoteClient.UpdateAsync(RemoteFileToUpdate)"/> public Task <FileObjectResponse> UpdateRemoteFileAsync(RemoteFileToUpdate remoteFileToUpdate) => FilesRemote.UpdateAsync(remoteFileToUpdate);