Update a Custom Dictionary Expression
PATCHhttps://us.api.nabla.com/v1/core/user/custom-dictionary-expressions/:id
Update a Custom Dictionary Expression.
Requestโ
Responsesโ
- 200
The updated Custom Dictionary Expression.
Authorization: http
name: bearertype: httpscheme: bearer
- curl
- python
- go
- nodejs
- CURL
curl -L -X PATCH 'https://us.api.nabla.com/v1/core/user/custom-dictionary-expressions/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"expression": "metformin",
"speech_locale": "ENGLISH_US"
}'
ResponseClear