Channel creation API
- Print
- PDF
Channel creation API
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Channel creation API
Create a channel.
Request
- 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"
}'
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 arbitrarily specified |
Response
{
"status": 1,
"result": "1a51af0d-f464-4440-8ad6-ce69e0bdaba8"
}
Attribute | Type | Description |
---|---|---|
status | Int | Result (1: Successful. Refer to the error code for failures.) |
result | String | Created channel ID |
Error code
Code | Description |
---|---|
-100 | When the required parameter doesn't exist |
Was this article helpful?