put http://localhost:8000/api/v1/languages/
Update a Language using it's ID
Log in to see full request history
Response
Update a Language using it's ID
xxxxxxxxxx
10curl --request PUT \
--url http://localhost:8000/api/v1/languages/languageId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"default": false,
"enabled": false
}
'
Try It!
to start a request and see the response here! Or choose an example: