cURL
curl --request PUT \ --url https://{tenantId}.api.nestmed.com/api/v1/visits/{visitId}/elements \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "updated": 123, "elements": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Elements updated successfully.
Number of elements updated
Show child attributes