Assembly: Crowdin.Api.dll
[PublicAPI]
public interface IStringCommentsApiExecutor
Methods
|
Edit this page
View Source
Declaration
Task<StringComment> AddStringComment(long projectId, AddStringCommentRequest request)
Parameters
Returns
|
Edit this page
View Source
Declaration
Task DeleteStringComment(long projectId, long stringCommentId)
Parameters
Type |
Name |
Description |
long |
projectId |
|
long |
stringCommentId |
|
Returns
|
Edit this page
View Source
Declaration
Task<StringComment> EditStringComment(long projectId, long stringCommentId, IEnumerable<StringCommentPatch> patches)
Parameters
Returns
|
Edit this page
View Source
Declaration
Task<StringComment> GetStringComment(long projectId, long stringCommentId)
Parameters
Type |
Name |
Description |
long |
projectId |
|
long |
stringCommentId |
|
Returns
|
Edit this page
View Source
Declaration
Task<ResponseList<StringComment>> ListStringComments(long projectId, StringCommentsListParams @params)
Parameters
Returns
|
Edit this page
View Source
Declaration
Task ListStringComments(long projectId, int limit = 25, int offset = 0, long? stringId = null, StringCommentType? type = null, ISet<IssueType>? issueTypes = null, IssueStatus? issueStatus = null, IEnumerable<SortingRule>? orderBy = null)
Parameters
Returns
|
Edit this page
View Source
Declaration
Task<ResponseList<StringComment>> StringCommentBatchOperations(long projectId, IEnumerable<StringCommentBatchOpPatch> patches)
Parameters
Returns