Skip to content

Commit

Permalink
Update OpenAPI Specification (composio.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
konfig-bot[bot] authored Oct 24, 2024
1 parent ff3af16 commit f838d7b
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions composio.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@
"type": "object",
"required": [
"name",
"authScheme",
"appId"
]
},
Expand Down Expand Up @@ -3612,7 +3613,8 @@
"summary": "Get opena api specs",
"tags": [
"Apps"
]
],
"description": "List all openapi spec tools"
}
},
"/api/v1/apps/openapi/spec/delete/{id}": {
Expand Down Expand Up @@ -3640,7 +3642,8 @@
"summary": "Delete open api spec tool",
"tags": [
"Apps"
]
],
"description": "Delete an openapi spec tool"
}
},
"/api/v1/apps/openapi/send_email_to_client": {
Expand Down Expand Up @@ -3704,7 +3707,8 @@
"summary": "Get open api spec status",
"tags": [
"Apps"
]
],
"description": "Get the status of an openapi spec tool"
}
},
"/api/v1/apps/{appName}": {
Expand Down Expand Up @@ -3769,7 +3773,8 @@
"summary": "Create connector",
"tags": [
"Integrations"
]
],
"description": "Create a new connector"
},
"get": {
"operationId": "listAllConnectors",
Expand All @@ -3788,7 +3793,8 @@
"summary": "List all connectors",
"tags": [
"Integrations"
]
],
"description": "List all connectors"
}
},
"/api/v1/integrations/{integrationId}": {
Expand Down Expand Up @@ -3820,7 +3826,8 @@
"summary": "Get connector info",
"tags": [
"Integrations"
]
],
"description": "Get connector info"
},
"patch": {
"operationId": "modifyConnector",
Expand Down Expand Up @@ -3861,7 +3868,8 @@
"summary": "Modify connector",
"tags": [
"Integrations"
]
],
"description": "Modify a connector"
},
"delete": {
"operationId": "deleteConnector",
Expand Down Expand Up @@ -3891,7 +3899,8 @@
"summary": "Delete connector",
"tags": [
"Integrations"
]
],
"description": "Delete a connector"
}
},
"/api/v1/integrations/{integrationId}/status": {},
Expand Down Expand Up @@ -4070,7 +4079,8 @@
"summary": "Delete connection",
"tags": [
"Connections"
]
],
"description": "Delete a connection"
}
},
"/api/v1/connectedAccounts/{connectedAccountId}/info": {
Expand Down Expand Up @@ -4102,7 +4112,8 @@
"summary": "Get connection info",
"tags": [
"Connections"
]
],
"description": "Get connection info"
}
},
"/api/v1/connectedAccounts/{connectedAccountId}/disable": {
Expand Down Expand Up @@ -4134,7 +4145,8 @@
"summary": "Disable connection",
"tags": [
"Connections"
]
],
"description": "Disable a connection"
}
},
"/api/v1/connectedAccounts/{connectedAccountId}/enable": {
Expand Down Expand Up @@ -4166,7 +4178,8 @@
"summary": "Enable connection",
"tags": [
"Connections"
]
],
"description": "Enable a connection"
}
},
"/api/v1/triggers": {
Expand Down

0 comments on commit f838d7b

Please sign in to comment.