-
Notifications
You must be signed in to change notification settings - Fork 73
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
[Extensions] Delete Job Details API #314
Comments
Hi, I would like to work on this issue, could you please assign this one to me? |
Thank you for contributing to this issue @MadinaBonuAlisherova . Please do reach out with any questions or help. Thanks |
Hi @MadinaBonuAlisherova , do you need any help? How is the progress for this issue coming along? |
1 similar comment
Hi @MadinaBonuAlisherova , do you need any help? How is the progress for this issue coming along? |
Hi @MadinaBonuAlisherova Do you need any help from our side? If you need then we can schedule a session with you. Thanks |
Hi, @vibrantvarun, I guess no help is needed, but can we schedule a session on Thursdays? |
Hi @MadinaBonuAlisherova Can you please join the office hours on coming Wednesday. I would like to have a look and discuss your update. |
I am still working on this matter, but progress has slowed down due to my involvement in other tasks. I plan to submit a pull request either today or tomorrow, and I would greatly appreciate it if you could review it and provide feedback if im on the right tracck or not. I will do my best to ensure consistency throughout. |
@vibrantvarun @joshpalis Can we have a call today if you are available? |
@MadinaBonuAlisherova Sure, I am currently in the office hours chime room, meeting ID : 4353 34 7230 |
@vibrantvarun Is this issue closed ? |
Is your feature request related to a problem? Please describe.
Create a Delete Job Details Rest API with documentId as a input parameter. It will help to delete job details objects with issues with the help of API
Describe the solution you'd like
API input and output
Prerequisites
Additional context
new Route(DELETE, String.format(Locale.ROOT, "%s/%s/{%s}", JobSchedulerPlugin.JS_BASE_URI, "_delete_job_details", DOCUMENT_ID))
The text was updated successfully, but these errors were encountered: