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

I am unable to add more than one sample value against single BuildId and single Serieid. #35

Open
AbrarMalik opened this issue Mar 5, 2018 · 0 comments

Comments

@AbrarMalik
Copy link

The following API, i have used to add value against the single "BuildId" and single "SerieId".

curl -d '{"projectId":"Test","serieId":"serie.dummy.11","sample":{"buildId":1000,"value":748}}'
-H "Content-Type: application/json"
-X POST http://dana.myserver.com/apis/addSample'

  • But i am able to add just single sample value against the single "BuildId", when i tries to add another value but it displays an error " serieId already exist, use override flag to override content".

Expected:

  • I should be able to add multiple sample value against the single "SerieId".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant