Channel edit

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",
}'

Plain textCopy

Header
Type
Required
Description

x-api-key

String

O

Dashboard > Settings > Project settings > API key

Attribute
Type
Required
Description

projectId

String

O

Project ID (Dashboard > Settings > Project settings > Project ID)

name

String

O

Channel name

translation

Boolean

X

Translation availability

uniqueId

String

X

Unique ID that can be assigned arbitrarily

limit

Int

X

Maximum number of participants in channel (unlimited if set to 0)

Responses

{
    "status": 1,
    "result": "1a51af0d-f464-4440-8ad6-ce69e0bdaba8"
}

JavaScriptCopy

Attribute
Type
Description

status

Int

Result value (1: Success. See Error Code for failure)

result

String

Modified channel ID

Errors

Code
Description

-100

Missing required parameter(s)

Last updated