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

Add POST, PUT, PATCH, and DELETE examples to Postman collection #4510

Open
vasanthkumar97 opened this issue May 4, 2024 · 1 comment
Open
Assignees

Comments

@vasanthkumar97
Copy link

Hi , I was going through API documentation and postman collection. I only find GET APIs for FHIr resources here.

So does this mean Other CRUD APIs are not supported or are they just missing in postman collection

@codyebberson
Copy link
Member

Hi @vasanthkumar97 -

only find GET APIs for FHIr resources here.

So does this mean Other CRUD APIs are not supported or are they just missing in postman collection

All of the various CRUD APIs are supported (POST for create, PUT for update, DELETE, PATCH, etc).

You are correct that the Postman collection is missing examples of those. I think adding examples of "update" and "delete" to the Postman collection is a good idea.

@codyebberson codyebberson changed the title Question on APIS Add POST, PUT, PATCH, and DELETE examples to Postman collection May 6, 2024
@codyebberson codyebberson added this to the Milestone Quality milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants