Skip to content

Commit fba35bb

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#251)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent e87e20e commit fba35bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10924,7 +10924,7 @@
1092410924
"return_to" : {
1092510925
"description" : "Return to this URL after verification",
1092610926
"format" : "url",
10927-
"pattern" : "^https:\\/\\/(.*\\.)?cloudquery\\.io(\\/.*)?$"
10927+
"pattern" : "^(https:\\/\\/(.*\\.)?cloudquery\\.io(\\/.*)?|http:\\/\\/localhost(:\\d+)?\\/callback)$"
1092810928
},
1092910929
"subdomain" : {
1093010930
"description" : "Subdomain to use in the URL",

0 commit comments

Comments
 (0)