update
Developing
PUT
http://localhost:1337/api/master/staff-designations/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/master/staff-designations/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "accountant",
"description": "accountant",
"is_teaching_staff": true
}'
Response Response Example
{}
Request
Body Params application/json