Skip to main content

Update a Custom Dictionary Expression

PATCH 

https://us.api.nabla.com/v1/core/user/custom-dictionary-expressions/:id

Update a Custom Dictionary Expression.

Requestโ€‹

Responsesโ€‹

The updated Custom Dictionary Expression.

Authorization: http

name: bearertype: httpscheme: bearer
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"
}'
Request Collapse all
Base URL
https://us.api.nabla.com/v1/core/user
Auth
Parameters
โ€” pathrequired
Body required
{
  "expression": "metformin",
  "speech_locale": "ENGLISH_US"
}
ResponseClear

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