Skip to content

Commit

Permalink
use correct url to execute endpoint spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Dec 4, 2019
1 parent a5c9aa4 commit 5feff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ for example to display the output of a long running background operation
or notify the user of an external event.

To do so, you can ``POST`` to this
`endpoint <../../api/http-api.html#tag/Tracker/paths/~1conversations~1{conversation_id}~1execute/post>`_ ,
`endpoint <../../api/http-api.html/#operation/executeConversationAction>`_ ,
specifying the action which should be run for a specific user in the request body. Use the
``output_channel`` query parameter to specify which output
channel should be used to communicate the assistant's responses back to the user.
Expand Down

0 comments on commit 5feff65

Please sign in to comment.