diff --git a/frappe/docs/user/en/guides/integration/rest_api.md b/frappe/docs/user/en/guides/integration/rest_api.md index 58e3815364..041545addd 100755 --- a/frappe/docs/user/en/guides/integration/rest_api.md +++ b/frappe/docs/user/en/guides/integration/rest_api.md @@ -210,6 +210,8 @@ _Response:_ "parentfield": null } } + +Note: `POST` requests are to be sent along with `X-Frappe-CSRF-Token:` header. #### Read