Skip to main content

Update a Dot Phrase

PATCH 

https://us.api.nabla.com/v1/core/user/dot-phrases/:id

Update a Dot Phrase.

Requestโ€‹

Responsesโ€‹

The updated Dot Phrase.

Authorization: http

name: bearertype: httpscheme: bearer
curl -L -X PATCH 'https://us.api.nabla.com/v1/core/user/dot-phrases/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"title": "Normal physical exam",
"trigger": "Your physical exam is normal",
"content_auto_update_enabled": false,
"replacement": "- Heart Examination: Normal, with regular rate and rhythm, no murmurs. - Lung Assessment: Normal breath sounds, no wheezes, crackles, or rhonchi. - Abdominal Evaluation: Normal, no tenderness, masses, or hepatosplenomegaly."
}'
Request Collapse all
Base URL
https://us.api.nabla.com/v1/core/user
Auth
Parameters
โ€” pathrequired
Body required
{
  "title": "Normal physical exam",
  "trigger": "Your physical exam is normal",
  "content_auto_update_enabled": false,
  "replacement": "- Heart Examination: Normal, with regular rate and rhythm, no murmurs. - Lung Assessment: Normal breath sounds, no wheezes, crackles, or rhonchi. - Abdominal Evaluation: Normal, no tenderness, masses, or hepatosplenomegaly."
}
ResponseClear

Click the Send API Request button above and see the response here!