UpdateGlossarySpellingRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] [default to undefined] | |
| glossary_id | string | [optional] [default to undefined] | |
| language_id | string | [optional] [default to undefined] | |
| spelling | string | [optional] [default to undefined] |
Example
import { UpdateGlossarySpellingRequest } from './api';
const instance: UpdateGlossarySpellingRequest = {
id,
glossary_id,
language_id,
spelling,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.