Incorrect post request? #483
Answered
by
logeshswell
bakerhaider
asked this question in
Help
-
Hi i have made a custom field in my order model called 'cusomer_file' which im now trying to make a post request to from my client buti get this error: |
Beta Was this translation helpful? Give feedback.
Answered by
logeshswell
Feb 5, 2024
Replies: 1 comment 2 replies
-
I assume that you use swell-js (frontend API). You are expected to open up write permission for the custom field as follows: You can also update the custom field with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
logeshswell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume that you use swell-js (frontend API). You are expected to open up write permission for the custom field as follows:
https://developers.swell.is/guides/opening-content-permissions#using-input-fields
You can also update the custom field with
content
namespace which will be editable by default.