We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET https://ref–repo–owner.hlx.(page|live)/{form}
POST https://ref–repo–owner.hlx.(page|live)/{form}
201 Created
incoming
If an admin POST is sent to the same form via POST /form/{owner}/{repo}/{ref}/{form}.json then
POST /form/{owner}/{repo}/{ref}/{form}.json
200 OK
Browser: "Google Chrome";v="117", "Not;A=Brand";v="8", "Chromium";v="117" Platform: "macOS"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
GET https://ref–repo–owner.hlx.(page|live)/{form}
.POST https://ref–repo–owner.hlx.(page|live)/{form}
request and getting a201 Created
.1. The
incoming
sheet in Sharepoint Excel is updatedActual Behaviour
201 Created
.3. There is no update in the
incoming
sheet within Sharepoint Excel.Note
If an admin POST is sent to the same form via
POST /form/{owner}/{repo}/{ref}/{form}.json
then200 OK
incoming
sheet is correctly updated.Platform and Version
Browser: "Google Chrome";v="117", "Not;A=Brand";v="8", "Chromium";v="117"
Platform: "macOS"
The text was updated successfully, but these errors were encountered: