Updates A form
Updates an existing generic form
Request
URI
PUT
https://{api_host}/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": false,
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"rows": [
{
"items": [
{
"size": 0
}
]
}
]
}
]
}
]
},
"name": "string",
"description": "string",
"id": "string",
"tenant": "string"
}
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