/calls.update
POST
/calls.update
calls
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://slack.com/api/calls.update' \
--header 'token;' \
--data-urlencode 'id='
Response Response Example
200 - response
{
"ok": true
}
Request
Header Params
token
stringÂ
required
calls:write
Body Params application/x-www-form-urlencoded
desktop_app_join_url
stringÂ
optional
id
stringÂ
required
id
returned by the calls.add
method.join_url
stringÂ
optional
title
stringÂ
optional
Responses
Modified at 2023-08-15 05:39:45