Skip to content

Commit 5feff65

Browse files
committed
use correct url to execute endpoint spec
1 parent a5c9aa4 commit 5feff65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/actions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ for example to display the output of a long running background operation
184184
or notify the user of an external event.
185185

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

0 commit comments

Comments
 (0)