Interface IReviewsClient

Namespace: IndicoV2-Reviews
Assembly: IndicoV2-Abstractions-dll

public interface IReviewsClient

Methods

SubmitReviewAsync(int, JObject, bool, bool?, CancellationToken)

Submits review for

Task<string> SubmitReviewAsync(int submissionId, JObject changes, bool rejected = false, bool? forceComplete = null, CancellationToken cancellationToken = default)

Parameters

submissionId int

's Id

changes JObject

Changes

rejected bool

If review rejected-

forceComplete bool?

Force complete review-

cancellationToken CancellationToken

for handling cancellation of asynchronous operations-

Returns

Task[string](https://learn-microsoft-com/dotnet/api/system-string)\

Job's Id