Skip to main content
Bulk update elements
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

visitId
string
required

Body

application/json
{key}
object

Response

200 - application/json

Elements updated successfully.

updated
integer

Number of elements updated

elements
object