Skip to content

Commit 417a4f6

Browse files
committed
Fix workflow message path
1 parent f9ffca9 commit 417a4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conductor/client/http/api/workflow_resource_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3255,7 +3255,7 @@ def send_workflow_message_with_http_info(self, body, workflow_id, **kwargs): #
32553255
auth_settings = ['api_key'] # noqa: E501
32563256

32573257
return self.api_client.call_api(
3258-
'/workflow/{workflowId}/message', 'POST',
3258+
'/workflow/{workflowId}/messages', 'POST',
32593259
path_params,
32603260
query_params,
32613261
header_params,

0 commit comments

Comments
 (0)