diff --git a/openapi.v2.json b/openapi.v2.json index 2078b85..bbbfdcb 100644 --- a/openapi.v2.json +++ b/openapi.v2.json @@ -11909,10 +11909,12 @@ }, "securityDefinitions": { "global": { - "type": "apiKey", - "name": "access_token", - "in": "query" - } + "type":"oauth2", + "tokenUrl":"https://zoom.us/oauth/token" + ,"authorizationUrl":"https://zoom.us/oauth/authorize" + ,"flow":"accessCode" + ,"scopes": null + } }, "security": [ {