채널 생성
    • PDF

    채널 생성

    • PDF

    Article Summary

    채널을 생성합니다.

    요청

    • Method : POST
    • URI : /channel
    POST
    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-keyStringO대시보드 > 설정 > 프로젝트 설정 > API Key
    AttributeTypeRequiredDescription
    projectIdStringO프로젝트 아이디 (대시보드 > 설정 > 프로젝트 설정 > 프로젝트 ID)
    nameStringO채널 명
    translationBooleanX번역 가능 여부
    uniqueIdStringX임의로 지정할 수 있는 고유 아이디

    응답

    {
        "status": 1,
        "result": "1a51af0d-f464-4440-8ad6-ce69e0bdaba8"
    }
    
    AttributeTypeDescription
    statusInt결과값 (1: 성공, 실패는 Error code 참고)
    resultString생성된 채널 아이디

    오류 코드

    CodeDescription
    -100필수 파라미터가 없는 경우

    이 문서가 도움이 되었습니까?

    What's Next
    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.