Change Chart API /api/v1/chart/{pk} #22256
Answered
by
rusackas
kamalkeshavani-aiinside
asked this question in
Q&A / Help
-
Need some help with the API endpoint
Please share your opinion. |
Beta Was this translation helpful? Give feedback.
Answered by
rusackas
Dec 9, 2022
Replies: 1 comment 4 replies
-
You either need to provide a CSRF token along with the auth token, or (for local testing purposes, where security is not an issue) you can set |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
kamalkeshavani-aiinside
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You either need to provide a CSRF token along with the auth token, or (for local testing purposes, where security is not an issue) you can set
WTF_CSRF_ENABLED = False
in the config.py