v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14167964.6 KB

Updates the specified dictionary.

patch/v1/dictionary/{id}

Path parameters

idstring required

The ID of the dictionary to update.

Request body

namestring

A new name for the dictionary. If not specified, the name is not changed.

language'eng' | 'fra' | 'ita' | 'deu' | 'spa' | 'por'

A new language for the dictionary. If not specified, the language is not changed.

entriesstring

New dictionary entries. If not specified, the entries are not changed.

Response

Success

namestring required

The updated or original name of the dictionary.

arnstring required

The ARN of the dictionary.

idstring required

The ID of the dictionary.

language'eng' | 'fra' | 'ita' | 'deu' | 'spa' | 'por' required

The updated or original language of the dictionary.

status'CREATING' | 'AVAILABLE' | 'REFERENCED' | 'DELETING' | 'DELETED' required

The current status of the dictionary.

referencesFeedId[]

A list of feed IDs that reference this dictionary.

tagsobject

Any tags associated with the dictionary.