Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    Create or Update a Web Form


    Creates or updates web form. For updates, the id must be set to an existing web form id. For create, the web form id should be set to 0.

    Path Parameters
    idnumberrequired
    The id of the web form to create or update.
    HTTP Request Examples
    asdf
    { "Status": false, "Message": "", "Response": { "id": 621 } }
    HTTP Response Examples
    200Success
    { "Status": true, "Message": "", "Response": { "id": 621 } }


    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version