Skip to content

Commit

Permalink
[#3949] Updated conversation.list docs (#3950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten authored Nov 16, 2022
1 parent eaa106b commit ffaae9c
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions docs/docs/api/endpoints/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,32 @@ List all the components, both installed and not installed.
{
"components": [
{
"name": "sources-facebook",
"availableFor": "Open-source, Enterprise, Managed cloud",
"category": "Conversation Source",
"configurationValues": "{ \"saFile\": \"string\", \"partnerKey\": \"string\"}",
"description": "<div>...</div>",
"displayName": "Google Business Messages",
"docs": "https://airy.co/docs/core/sources/google",
"installationStatus": "uninstalled|pending|installed",
"isChannel": "true",
"name": "sources-google",
"price": "Free",
"repository": "airy-core",
"installed": true
"source": "google"
},
{
"name": "sources-google",
"availableFor": "Open-source, Enterprise, Managed cloud",
"category": "Conversation Source",
"configurationValues": "{ \"appId\": \"string\", \"appSecret\": \"string\", \"webhookSecret\": \"string\"}",
"description": "<div>...</div>",
"displayName": "Facebook Messenger",
"docs": "https://airy.co/docs/core/sources/facebook",
"installationStatus": "uninstalled|pending|installed",
"isChannel": "true",
"name": "sources-facebook",
"price": "Free",
"repository": "airy-core",
"installed": false
"source": "facebook"
}
]
}
Expand Down

0 comments on commit ffaae9c

Please sign in to comment.