put https://api.motaword.com/projects/
Log in to see full request history
Can't do PUT requests?
You can replace PUT and DELETE requests by making a POST request with a query string:
?method=put
or?method=delete
Responses
Can't do PUT requests?
You can replace PUT and DELETE requests by making a POST request with a query string:
?method=put
or?method=delete
xxxxxxxxxx
curl --request PUT \
--url https://api.motaword.com/projects/id \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
Try It!
to start a request and see the response here! Or choose an example: