fix: add missing ApiOperation tag v2 (#16947)

* add missing api operation tag

* update openapi spec for docs
This commit is contained in:
Rajiv Sahal
2024-10-06 20:04:25 -03:00
committed by GitHub
parent 376caa412d
commit a02240b579
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -4633,6 +4633,7 @@
"/v2/stripe/connect": {
"get": {
"operationId": "StripeController_redirect",
"summary": "Get stripe connect URL",
"parameters": [
{
"name": "Authorization",
@@ -4661,6 +4662,7 @@
"/v2/stripe/save": {
"get": {
"operationId": "StripeController_save",
"summary": "Save stripe credentials",
"parameters": [
{
"name": "state",
@@ -4697,6 +4699,7 @@
"/v2/stripe/check": {
"get": {
"operationId": "StripeController_check",
"summary": "Check stripe connection",
"parameters": [],
"responses": {
"200": {