UPDATE - Update data policy
PUT {{baseUrl}}/config/policy/:policyId
This endpoint is used to update and existing data policy. It updates the existing and returns the updated version info. Updating a data policy does not affect existing data agreements.
Request Body
{"policy"=>{"thirdPartyDataSharing"=>"<bool>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"policy":{"thirdPartyDataSharing":"\u003cbool\u003e"},"revision":{"authorizedByIndividualId":"\u003cstring\u003e","successorId":"\u003cstring\u003e"}}