OPEN API
Last updated
Was this helpful?
Was this helpful?
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"
}'{
"status": 1,
"result": "1a51af0d-f464-4440-8ad6-ce69e0bdaba8"
}PUT
url : https://dashboard-api.gamechat.naverncp.com/v1/api/project/{projectId}/channel/{channelId}
Header : 'x-api-key: {API Key}'
data: '{
"name":"#GUILD"
}'{
"status": 1,
"message": "success"
}DELETE
url : https://dashboard-api.gamechat.naverncp.com/v1/api/project/{projectId}/channel/{channelId}
Header : 'x-api-key: {API Key}'{
"status": 1,
"message": "success"
}