Action | Method | Resource | Description |
---|---|---|---|
Get all |
|
| Get all languages of the project. |
Get |
|
| Get language with id |
Create |
|
| Create a language. |
Update |
|
| Update language with id |
Delete |
|
| Delete language with id |
The languages model is composed of the following attributes:
Attribute | Type | Required | Description | Whereable |
---|---|---|---|---|
name | string | no, required to create.busines extra options(id) | The language's name. | Yes |
code | string | no, required to create. | The language's last name. | Yes |
default | boolean | no | If the language is the default language or not. | Yes |
enabled | boolean | no | The language's status. | Yes |