You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
According to API reference you should use list as data payload: forms.update('form-id', [{"op": "replace", "path": "/title", "value": "foo"}], patch=True)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the docs, I can't get the following to work:
I get a 'The payload is invalid.' error telling me it should be an array in body.
Without setting patch to true I did get a successful update.
The text was updated successfully, but these errors were encountered: