Current section
Files
Jump to
Current section
Files
priv/docs/methods/tooling.tokens.rotate.json
{
"args": {
"refresh_token": {
"desc": "The `xoxe` refresh token that was issued along with the old app configuration token.",
"example": "xoxe-1-abcdefg",
"required": true,
"type": "string"
}
},
"desc": "Exchanges a refresh token for a new app configuration token.",
"errors": {
"invalid_refresh_token": "The given refresh token is invalid.",
"unknown_error": "Temporary error for dev only restriction"
},
"rate_limit": {
"label": "Special rate limits apply.",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}