Skip to content

Commit

Permalink
Update OpenAPI Specification (#41)
Browse files Browse the repository at this point in the history
* Update OpenAPI Specification (composio.json)

* konfig fix

* Regenerate SDKs

---------

Co-authored-by: konfig-bot[bot] <121480725+konfig-bot[bot]@users.noreply.github.com>
Co-authored-by: dphuang2 <[email protected]>
Co-authored-by: konfig-publisher <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 003ef36 commit c3b115e
Show file tree
Hide file tree
Showing 70 changed files with 5,203 additions and 1,423 deletions.
5 changes: 5 additions & 0 deletions .konfig/changesets/honest-worms-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
ruby: patch
---

Regenerate SDKs
28 changes: 28 additions & 0 deletions .konfig/progress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ examples_3:
get:
'200':
application/json: {}
/api/v1/clear-cache:
post:
'200':
application/json: {}
/api/v1/cli/js-sentry-dns:
get:
'200':
Expand All @@ -21,6 +25,10 @@ examples_3:
delete:
'200':
application/json: {}
/api/v1/connectedAccounts/{connectedAccountId}/data:
patch:
'200':
application/json: {}
/api/v1/event_logs/get/events:
get:
'200':
Expand Down Expand Up @@ -108,6 +116,8 @@ operationIds:
post: App_syncCustomRepo
/api/v1/apps/{appName}:
get: App_getDetails
/api/v1/clear-cache:
post: Admin_clearCache
/api/v1/cli/generate-cli-session:
get: Cli_exchangeCode
/api/v1/cli/get-cli-code:
Expand Down Expand Up @@ -142,6 +152,8 @@ operationIds:
/api/v1/connectedAccounts/{connectedAccountId}:
delete: Connections_delete
get: Connections_get
/api/v1/connectedAccounts/{connectedAccountId}/data:
patch: Connections_updateConnectionData
/api/v1/connectedAccounts/{connectedAccountId}/disable:
post: Connections_disable
/api/v1/connectedAccounts/{connectedAccountId}/enable:
Expand Down Expand Up @@ -300,6 +312,10 @@ responseSchemaNames:
get:
'200':
application/json: AppsGetOpenApiSpecStatusResponse
/api/v1/clear-cache:
post:
'200':
application/json: AdminClearCacheResponse
/api/v1/cli/js-sentry-dns:
get:
'200':
Expand All @@ -308,6 +324,10 @@ responseSchemaNames:
delete:
'200':
application/json: ConnectionsDeleteResponse
/api/v1/connectedAccounts/{connectedAccountId}/data:
patch:
'200':
application/json: ConnectionsUpdateConnectionDataResponse
/api/v1/event_logs/get/events:
get:
'200':
Expand Down Expand Up @@ -368,6 +388,8 @@ responseSchemaNames:
application/json: TriggerControllerV2GetTriggerInfoResponse
text/html; charset=utf-8: TriggerControllerV2GetTriggerInfoResponse
securityParameters:
X-ADMIN-TOKEN:
header: false
actions:
query: false
additionalFields:
Expand Down Expand Up @@ -408,12 +430,16 @@ securityParameters:
query: false
key:
query: false
labels:
query: false
lastTimePeriod:
query: false
limit:
query: false
logsType:
query: false
offset:
query: false
page:
query: false
pageSize:
Expand All @@ -424,6 +450,8 @@ securityParameters:
query: false
search:
query: false
sessionId:
query: false
showActiveOnly:
query: false
showAll:
Expand Down
4 changes: 2 additions & 2 deletions STATISTICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

| SDK Name | Lines of Code |
| -------- | ------------- |
| ruby | 56903 |
| **Total** | 56903 |
| ruby | 59953 |
| **Total** | 59953 |
Loading

0 comments on commit c3b115e

Please sign in to comment.