-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Migrate public endpoint Set Task Instances State to FastAPI #44246
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we need that anymore. Isn't it already handled by the more generic PATCH
task instance now ?
I think we should only merge one of this and #44223 and include setting a note and all the |
Closed this PR as this functionality is handled by Patch Task Instance API in #44223 using |
closes: #43752
related: #42370
This migrates the Set Task Instances State API from
api_connexion
toapi_fastapi
.