Channel edit
    • PDF

    Channel edit

    • PDF

    Article summary

    Editing channel details

    Requests

    • Method : PUT
    • URI : /channel
    PUT
    url : https://dashboard-api.gamechat.naverncp.com/v1/api/project/{projectId}/channel
    Header : 'x-api-key: {API Key}'
    Header : 'content-type: application/json'
    data: '{
        "name":"#All",
    }'
    
    HeaderTypeRequiredDescription
    x-api-keyStringODashboard > Settings > Project settings > API key
    AttributeTypeRequiredDescription
    projectIdStringOProject ID (Dashboard > Settings > Project settings > Project ID)
    nameStringOChannel name
    translationBooleanXTranslation availability
    uniqueIdStringXUnique ID that can be assigned arbitrarily
    limitIntXMaximum number of participants in channel (unlimited if set to 0)

    Responses

    {
        "status": 1,
        "result": "1a51af0d-f464-4440-8ad6-ce69e0bdaba8"
    }
    
    AttributeTypeDescription
    statusIntResult value (1: Success. See Error Code for failure)
    resultStringModified channel ID

    Errors

    CodeDescription
    -100Missing required parameter(s)

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.