docs: API for v113 (#6093)
* bump-openapi-doc * docs: Update API Reference documentation with comprehensive examples and explanations * docs: Update API Reference documentation with consistent curl command formatting * configure-build * docs: Improve API reference documentation clarity for flow execution endpoint * run-result * webhook-data * updates-to-stream-and-run * bump-api-to-114 * note-on-streaming-responses * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * fix-broken-link-in-report --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
This commit is contained in:
parent
37a56b106f
commit
7e99dab42e
3 changed files with 2253 additions and 1646 deletions
File diff suppressed because one or more lines are too long
|
|
@ -210,7 +210,7 @@ curl -X POST \
|
|||
To test the webhook component:
|
||||
|
||||
1. Add a **Webhook** component to the flow.
|
||||
2. Connect the **Webhook** component's **Data** output to the **Data** input of a [Data to Message](/components-processing#pasrse-data-data-to-message) component.
|
||||
2. Connect the **Webhook** component's **Data** output to the **Data** input of a [Data to Message](/components-processing#parse-data-data-to-message) component.
|
||||
3. Connect the **Data to Message** component's **Message** output to the **Text** input of a [Chat Output](/components-io#chat-output) component.
|
||||
4. To send a POST request, copy the code from the **Webhook cURL** tab in the **API** pane and paste it into a terminal.
|
||||
5. Send the POST request.
|
||||
|
|
|
|||
1694
docs/openapi.json
1694
docs/openapi.json
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue