Update a Dot Phrase
PATCHhttps://us.api.nabla.com/v1/core/user/dot-phrases/:id
Update a Dot Phrase.
Requestโ
Responsesโ
- 200
The updated Dot Phrase.
Authorization: http
name: bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- CURL
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."
}'
ResponseClear