curl -s -H 'Authorization: Bearer <your API token>' -X PATCH -H "Content-Type: application/json" \ -d '{"title": "New Doc Title"}' \ 'https://coda.io/apis/v1/docs/<doc ID>'
{}