Search Results for

    Show / Hide Table of Contents

    Interface IStringCorrectionsApiExecutor

    Namespace: Crowdin.Api.StringCorrections
    Assembly: Crowdin.Api.dll
    Syntax
    public interface IStringCorrectionsApiExecutor

    Methods

    | Edit this page View Source

    AddCorrection(long, AddCorrectionRequest)

    Declaration
    Task<Correction> AddCorrection(long projectId, AddCorrectionRequest request)
    Parameters
    Type Name Description
    long projectId
    AddCorrectionRequest request
    Returns
    Type Description
    Task<Correction>
    | Edit this page View Source

    DeleteCorrection(long, long)

    Declaration
    Task DeleteCorrection(long projectId, long correctionId)
    Parameters
    Type Name Description
    long projectId
    long correctionId
    Returns
    Type Description
    Task
    | Edit this page View Source

    DeleteCorrections(long, long)

    Declaration
    Task DeleteCorrections(long projectId, long stringId)
    Parameters
    Type Name Description
    long projectId
    long stringId
    Returns
    Type Description
    Task
    | Edit this page View Source

    GetCorrection(long, long)

    Declaration
    Task<Correction> GetCorrection(long projectId, long correctionId)
    Parameters
    Type Name Description
    long projectId
    long correctionId
    Returns
    Type Description
    Task<Correction>
    | Edit this page View Source

    ListCorrections(long, long, IEnumerable<SortingRule>?, int, int, int)

    Declaration
    Task<ResponseList<Correction>> ListCorrections(long projectId, long stringId, IEnumerable<SortingRule>? orderBy = null, int denormalizePlaceholders = 0, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long projectId
    long stringId
    IEnumerable<SortingRule> orderBy
    int denormalizePlaceholders
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<Correction>>
    | Edit this page View Source

    RestoreCorrection(long, long)

    Declaration
    Task<Correction> RestoreCorrection(long projectId, long correctionId)
    Parameters
    Type Name Description
    long projectId
    long correctionId
    Returns
    Type Description
    Task<Correction>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX