New dictionnary_key
Standard CRUD endpoint replacing lang_langs
Swagger

CRUD
It has all standard CRUD endpoints :
- Listing : GET
/open-api/v3/dictionnary_key - Show : GET
/open-api/v3/dictionnary_key/{id} - Create : POST
/open-api/v3/dictionnary_key - Update : PUT
/open-api/v3/dictionnary_key/{id} - Delete : DELETE
/open-api/v3/dictionnary_key/{id}
phpr standard endpoint
Also includes other PHPR-ERP standard endpoints :
- Get by slug
- Dropdown
- File operations endpoints
Last updated on