Set field to null via API #6600
Answered
by
candlerb
RobinBeismann
asked this question in
Q&A
-
Hi guys, I'm trying to set a field (primary_ip and primary_ip4 in this case) to null via the REST API, basically removing its value. This is possible via the UI but I can't figure out how to do it via the API. Anyone got an advice on that one? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Jun 13, 2021
Replies: 1 comment 3 replies
-
You'll want PUT or PATCH rather than POST. Can you show the code or curl command line you're trying? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
RobinBeismann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll want PUT or PATCH rather than POST. Can you show the code or curl command line you're trying?