patch http://localhost:3000/company//documents/
Update document.
Log in to see full request history
Responses
404Not Found
Update document.
404Not Found
xxxxxxxxxx
curl --request PATCH \
--url http://localhost:3000/company/company_id/documents/document_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"type":"cashflow"}'
Try It!
to start a request and see the response here! Or choose an example: