OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

Update/Modify definitions in place #135

Closed gowthamrao closed 3 years ago

gowthamrao commented 4 years ago

We are able to post new definitions. Each time we get a new id.

It would be useful to be able to modify/update in place (without changing id) using

Solution - use PUT instead of POST.