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

feat(api): Update Conf data endpoint implemented #2549

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

soham4abc
Copy link
Contributor

@soham4abc soham4abc commented Jul 22, 2023

Description

Implemented endpoint to update the conf data.

How to test

Send a PUT request to the endpoint /uploads/{UploadId}/conf with the following body:

{
  "key": "reviewed",
  "value" : "testakjsbdkahs"
}

Screenshots

image

Closes #2504

NOTE: PLEASE MERGE #2505 BEFORE MERGING THIS PULL REQUEST

@GMishx @shaheemazmalmmd @avinal

@github-actions
Copy link

This pull request has conflicts, please rebase with master to resolve those before we can evaluate the pull request.

@GMishx GMishx added GSOC-23 Label to tag pull request which are part of the GSOC 2023 needs code review needs test labels Jul 28, 2023
@github-actions github-actions bot removed the has merge conflicts PR to be rebased label Jul 28, 2023
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

This pull request has conflicts, please rebase with master to resolve those before we can evaluate the pull request.

@GMishx GMishx merged commit c44b4cf into fossology:master Sep 28, 2023
13 checks passed
@GMishx GMishx deleted the api/update_conf branch September 28, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSOC-23 Label to tag pull request which are part of the GSOC 2023 needs code review needs test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conf
2 participants