{
"displayName": "string",
"modelDeformation": {
"color": "string",
"diaphaneity": 0,
"distanceMixing": 0,
"isSelfLeveling": true,
"heightLeveling": 0
},
"modelData": {
"waterName": "string",
"color": [
0
],
"blendDist": 0,
"visible": true,
"corners": [
[
0
]
]
}
}
curl --location --request PUT '/blackHole3D/project/water/' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayName": "string",
"modelDeformation": {
"color": "string",
"diaphaneity": 0,
"distanceMixing": 0,
"isSelfLeveling": true,
"heightLeveling": 0
},
"modelData": {
"waterName": "string",
"color": [
0
],
"blendDist": 0,
"visible": true,
"corners": [
[
0
]
]
}
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"creationTime": "2019-08-24T14:15:22Z",
"creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
"lastModificationTime": "2019-08-24T14:15:22Z",
"lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"waterName": "string",
"sceneId": "6ed066d9-2daf-493b-8760-26bb10c4fec5",
"elementId": "string",
"modelDeformation": {
"color": "string",
"diaphaneity": 0,
"distanceMixing": 0,
"isSelfLeveling": true,
"heightLeveling": 0
},
"modelData": {
"waterName": "string",
"color": [
0
],
"blendDist": 0,
"visible": true,
"corners": [
[
0
]
]
},
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"extraProperties": {
"property1": null,
"property2": null
}
}