Interface IReviewsClient
Namespace: IndicoV2-Reviews
Assembly: IndicoV2-Abstractions-dll
public interface IReviewsClientMethods
Submits review for
Task<string> SubmitReviewAsync(int submissionId, JObject changes, bool rejected = false, bool? forceComplete = null, CancellationToken cancellationToken = default)Parameters
submissionId int
changes JObject
Changes
rejected bool
If review rejected-
forceComplete bool?
Force complete review-
cancellationToken CancellationToken
Returns
Task[string](https://learn-microsoft-com/dotnet/api/system-string)\
Job's Id
Updated 5 months ago
