Lemmy .NET API Lemmy .NET API
Lemmy .NET API Lemmy .NET API

Search Results for

    Improve this Doc

    Method EditCommunity

    | Improve this Doc View Source

    EditCommunity(EditCommunityForm, CancellationToken)

    Edits a community.

    Declaration
    public Task<CommunityResponse> EditCommunity(EditCommunityForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    EditCommunityForm form

    The form to send for editing a community.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<CommunityResponse>

    The task object representing the asynchronous operation. The task result contains the response after editing the community.

    Implements
    ILemmyHttpClient.EditCommunity(EditCommunityForm, CancellationToken)
    © SlyCedix. All rights reserved.