Skip to content

Commit 528ba1c

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

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

spec.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3696,7 +3696,8 @@
36963696
"security" : [ {
36973697
"cookieAuth" : [ ]
36983698
} ],
3699-
"tags" : [ "users" ]
3699+
"tags" : [ "users" ],
3700+
"x-internal" : true
37003701
}
37013702
},
37023703
"/user/reset-password" : {
@@ -3773,7 +3774,8 @@
37733774
}
37743775
},
37753776
"security" : [ ],
3776-
"tags" : [ "users" ]
3777+
"tags" : [ "users" ],
3778+
"x-internal" : true
37773779
}
37783780
},
37793781
"/user/invitations" : {
@@ -3867,7 +3869,8 @@
38673869
"$ref" : "#/components/responses/InternalError"
38683870
}
38693871
},
3870-
"tags" : [ "analytics" ]
3872+
"tags" : [ "analytics" ],
3873+
"x-internal" : true
38713874
}
38723875
},
38733876
"/user/anon-event" : {
@@ -3902,7 +3905,8 @@
39023905
}
39033906
},
39043907
"security" : [ ],
3905-
"tags" : [ "analytics" ]
3908+
"tags" : [ "analytics" ],
3909+
"x-internal" : true
39063910
}
39073911
},
39083912
"/user/customer" : {
@@ -3936,7 +3940,8 @@
39363940
"$ref" : "#/components/responses/InternalError"
39373941
}
39383942
},
3939-
"tags" : [ "analytics" ]
3943+
"tags" : [ "analytics" ],
3944+
"x-internal" : true
39403945
}
39413946
},
39423947
"/users/{user_id}" : {

0 commit comments

Comments
 (0)