fix: add missing ApiOperation tag v2 (#16947)
* add missing api operation tag * update openapi spec for docs
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user