Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#237)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
  • Loading branch information
cq-bot authored Sep 4, 2024
1 parent 2eb8ecf commit 528ba1c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,8 @@
"security" : [ {
"cookieAuth" : [ ]
} ],
"tags" : [ "users" ]
"tags" : [ "users" ],
"x-internal" : true
}
},
"/user/reset-password" : {
Expand Down Expand Up @@ -3773,7 +3774,8 @@
}
},
"security" : [ ],
"tags" : [ "users" ]
"tags" : [ "users" ],
"x-internal" : true
}
},
"/user/invitations" : {
Expand Down Expand Up @@ -3867,7 +3869,8 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "analytics" ]
"tags" : [ "analytics" ],
"x-internal" : true
}
},
"/user/anon-event" : {
Expand Down Expand Up @@ -3902,7 +3905,8 @@
}
},
"security" : [ ],
"tags" : [ "analytics" ]
"tags" : [ "analytics" ],
"x-internal" : true
}
},
"/user/customer" : {
Expand Down Expand Up @@ -3936,7 +3940,8 @@
"$ref" : "#/components/responses/InternalError"
}
},
"tags" : [ "analytics" ]
"tags" : [ "analytics" ],
"x-internal" : true
}
},
"/users/{user_id}" : {
Expand Down

0 comments on commit 528ba1c

Please sign in to comment.