Refresh OAuth Service
- Print
- DarkLight
- PDF
Refresh OAuth Service
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Refresh the OAuth services in a workspace.
Method | Requires Auth | Permission | Setting |
---|---|---|---|
| Yes |
|
|
Example call
{
"msg": "method",
"method": "refreshOAuthService",
"id": "44728"
}
Example response
Success
{
"msg": "result",
"id": "44728"
}
Error
Any of the following errors can occur on the endpoint.
No Permission: Occurs when the authenticated user doesn't have the
add-oauth-service
permission.
{
"msg": "result",
"id": "44728",
"error": {
"isClientSafe": true,
"error": "error-action-not-allowed",
"reason": "Refresh OAuth Services is not allowed",
"details": {
"method": "refreshOAuthService",
"action": "Refreshing_OAuth_Services"
},
"message": "Refresh OAuth Services is not allowed [error-action-not-allowed]",
"errorType": "Meteor.Error"
}
}
Changelog
Version | Description |
---|---|
0.48.2 | Added |
Was this article helpful?