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

Study endpoint #161

Closed
5 tasks
dankolbman opened this issue Mar 5, 2018 · 0 comments
Closed
5 tasks

Study endpoint #161

dankolbman opened this issue Mar 5, 2018 · 0 comments
Assignees
Labels
feature New functionality
Milestone

Comments

@dankolbman
Copy link
Contributor

dankolbman commented Mar 5, 2018

Write an /studies endpoint that supports basic CRUD operations:

  • GET /studies - return studies from dataservice
  • GET /studies/{kf_id} - Get an study by id
  • POST /studies - Creates a study in the dataservice
  • PATCH /studies/{kf_id} - Partially updates a study by id
  • DELETE /studies/{kf_id} - Deletes a study by id
@dankolbman dankolbman added the feature New functionality label Mar 5, 2018
@dankolbman dankolbman changed the title Create study endpoint Study endpoint Mar 5, 2018
@dankolbman dankolbman reopened this Mar 5, 2018
@parimalak parimalak added this to the CHOP Sprint 4 milestone Mar 5, 2018
@dankolbman dankolbman self-assigned this Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

No branches or pull requests

2 participants