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

ATLAS-3001: Fixed AtlasClientV2.updateClassifications() to not expect a return body #21

Conversation

paul-k-civitas
Copy link

@paul-k-civitas paul-k-civitas commented Dec 14, 2018

JIRA

Right now, the AtlasClientV2.updateClassifications() method is not functional because it expects a response body that can be deserialized into an AtlasClassifications instance, but the response according to the REST API will be empty, with a status code of 204 No Content. This change fixes the client so that the response's body will not be de-serialized.

@ashutoshm
Copy link
Contributor

Changes look good.

@ashutoshm
Copy link
Contributor

Could you open a review item? I will take care of committing these changes.

@paul-k-civitas paul-k-civitas changed the title Fixed AtlasClientV2.updateClassifications() to not expect a return body ATLAS-3001: Fixed AtlasClientV2.updateClassifications() to not expect a return body Dec 17, 2018
@nixonrodrigues
Copy link
Contributor

This issue is already in ATLAS-3001, Thanks @paul-k-civitas for reporting with PR.
closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants