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

[Bug][Manager] Wrong annotation in the delete method of InlongStreamApi #6395

Closed
2 tasks done
vernedeng opened this issue Nov 4, 2022 · 0 comments · Fixed by #6396
Closed
2 tasks done

[Bug][Manager] Wrong annotation in the delete method of InlongStreamApi #6395

vernedeng opened this issue Nov 4, 2022 · 0 comments · Fixed by #6396
Assignees
Labels
Milestone

Comments

@vernedeng
Copy link
Contributor

What happened

Before Call<Response<Boolean>> delete(@Path("groupId") String groupId, @Path("streamId") String streamId);

Should be Call<Response<Boolean>> delete(@Query("groupId") String groupId, @Query("streamId") String streamId);

What you expected to happen

fix it

How to reproduce

call InlongStreamApi delete method

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@vernedeng vernedeng added the type/bug Something is wrong label Nov 4, 2022
@healchow healchow added this to the 1.4.0 milestone Nov 4, 2022
@healchow healchow changed the title [Bug][Manager] Fix wrong annotation in InlongStreamApi delete method [Bug][Manager] Wrong annotation in the delete method of InlongStreamApi Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants