Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified POST Execute API to Display Body in Swagger and Fixed Type-Casting Error in GET Execute API #5858

Merged
merged 5 commits into from
Aug 16, 2024

Conversation

cvijayak
Copy link
Contributor

@cvijayak cvijayak commented Aug 1, 2024

This is the fix for the bug #5553. Please refer to the bug for more details.

As part of the fix, the POST execute API was modified to display the body in the Swagger documentation, and the type-casting error in the GET execute API was resolved.


This change is Reviewable

…asting error in GET execute API

Modified the POST execute API to display the body in Swagger documentation and resolved the type-casting error in the GET execute API
Copy link
Member

@sfmskywalker sfmskywalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@sfmskywalker sfmskywalker linked an issue Aug 15, 2024 that may be closed by this pull request
Included the Elsa.Workflows.Models import in Models.cs to fix missing reference. Removed redundant ActivityHandle assignment in EndpointBase.cs to improve clarity and reduce redundancy.
@sfmskywalker sfmskywalker merged commit 2b22400 into elsa-workflows:main Aug 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Issues with POST and GET Execute APIs
2 participants