Updates A form

Updates A form

Updates an existing generic form

Request
URI
PUT
https:///advanced-designer-service/api/forms/{genericFormId}
COPY
Path Parameters
string
genericFormId
Required

Primary key of the instance to update


Request Body

The form entity to use for the update operation

GenericForm of type(s) application/json
Required
{
    "layout": {
        "pages": [
            {
                "id": "string",
                "label": "string",
                "state": {
                    "dependencies": [
                        "string"
                    ],
                    "facets": [
                        {}
                    ]
                },
                "sections": [
                    {
                        "designerHidden": "boolean",
                        "id": "string",
                        "label": "string",
                        "state": {
                            "dependencies": [
                                "string"
                            ],
                            "facets": [
                                {}
                            ]
                        },
                        "rows": [
                            {
                                "items": [
                                    {
                                        "size": "integer"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ]
    },
    "name": "string",
    "description": "string",
    "id": "string",
    "tenant": "string"
}
layout
Optional

layout

string
name
Required

name

string
description
Optional

description

string As uuid As uuid
id
Optional

id

string
tenant
Required

tenant

Responses
200

successful operation

Operation doesn't return any data structure