update
Developing
PUT
http://localhost:1337/api/master/countries/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/master/countries/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "united states of america",
"code": "usa"
}'
Response Response Example
{}
Request
Body Params application/json