update
Developing
PUT
http://localhost:1337/api/master/nationalities/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/master/nationalities/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "american"
}'
Response Response Example
{}
Request
Body Params application/json