Hi all - I am receiving the error "You are not allowed to change the field in this record (record is not owner by your or is readonly after registration" when using
rest/confiforms/1.0/updateFieldValue
I am an admin of this form, so should be able to make these edits without the error, right? I am authenticating user a PAT with the following requests string in python.
updated = "https://myhost/confluence/rest/confiforms/1.0/updateFieldValue/Updated:Yes?fv=Updated:No&skipIFTTTExecute=true"
updates_response = requests.request("PUT", updated, verify=False, headers=headers)
The error message is shown when you you are not the admin of the form, or you are not the owner of the record, and therefore cannot change, or the form is set to be "read-only" after the registration
Hi Alex - Thanks for the quick response! It seems I needed to refresh the PAT token and now it is working as expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.