RefreshOAuth manually refreshes OAuth tokens.
POST/api/v1/ticketing/integrations/:integrationId/oauth/refresh
Tokens are normally refreshed automatically before expiry. Use this if tokens expired unexpectedly.
Errors
- NOT_FOUND: Integration does not exist
- FAILED_PRECONDITION: No refresh token available
- UNAUTHENTICATED: Refresh failed (re-authorization needed)
- PERMISSION_DENIED: Caller lacks integration:admin permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.