-
Notifications
You must be signed in to change notification settings - Fork 10
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
refactor(external_ref): Remove unnecessary UpdateExternalRefsJSONPayload type #74
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.
Changes looks good. Needs test.
I am unable to update the curl -X 'PATCH' \
'http://localhost:8085/api/v1/licenses/MIT' \
-H 'accept: application/json' \
-H 'Authorization: mytoken' \
-H 'Content-Type: application/json' \
-d '{
"external_ref": {
"license_suffix": "GMishx"
},
"rf_risk": 4
}' |
curl -X 'PATCH' Wierdly enough, its working for me. I'll look into it. |
32e23c4
to
cf243e4
Compare
The |
From debugging discussion, the default value for I recommend to compare the |
cf243e4
to
a2caaaf
Compare
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.
Tested, working as expected.
Changes
Submitter Checklist