Confirmed users
927
edits
Tarek.ziade (talk | contribs) |
Tarek.ziade (talk | contribs) |
||
| Line 93: | Line 93: | ||
'''GET''' '''https://''server''/new_channel''' | '''GET''' '''https://''server''/new_channel''' | ||
Returns in the response body a random channel id of N chars from [a-z0-9] | Returns in the response body a JSON-encoded random channel id of N chars | ||
from [a-z0-9]. | |||
When the API is called, The id returned is guaranteed to be unique. | |||
The channel created will have a limited ttl (currently configured to | |||
5 minutes). | |||
Return codes: | Return codes: | ||
- 200: channel created successfully | - 200: channel created successfully | ||