curl -L \
--request PUT \
--url '//api/applications/{applicationId}' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"orgId": "text",
"name": "text",
"applicationType": 1,
"applicationStatus": "NORMAL",
"publishedApplicationDSL": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"publicToAll": true,
"editingApplicationDSL": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"createdBy": "text",
"organizationId": "text",
"editingQueries": [
{
"id": "text",
"name": "text",
"datasourceId": "text",
"comp": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"triggerType": "text",
"timeout": "text",
"compType": "text",
"baseQuery": {
"datasourceId": "text",
"compType": "text",
"comp": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"timeout": "text"
},
"timeoutStr": "text",
"usingLibraryQuery": true,
"libraryRecordQueryId": {
"libraryQueryId": "text",
"libraryQueryRecordId": "text",
"usingEditingRecord": true,
"usingLiveRecord": true
}
}
],
"liveQueries": [
{
"id": "text",
"name": "text",
"datasourceId": "text",
"comp": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"triggerType": "text",
"timeout": "text",
"compType": "text",
"baseQuery": {
"datasourceId": "text",
"compType": "text",
"comp": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"timeout": "text"
},
"timeoutStr": "text",
"usingLibraryQuery": true,
"libraryRecordQueryId": {
"libraryQueryId": "text",
"libraryQueryRecordId": "text",
"usingEditingRecord": true,
"usingLiveRecord": true
}
}
],
"editingModules": [
"text"
],
"liveModules": [
"text"
],
"liveContainerSize": {}
}'