{
"content": {
"type": "Feature",
"properties": {
"color": "#2D8CF0",
"is3d": false,
"font_size": 16
},
"geometry": {
"type": "Circle",
"coordinates": [
115.411870825,
23.770611703
],
"radius": 1899.04
}
},
"name": "testName"
}
curl --location --request PUT '/openapi/v0.9/map/api/v1/workspaces//elements/800c9e11-828d-49d2-940f-d37372967e55' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": {
"type": "Feature",
"properties": {
"color": "#2D8CF0",
"is3d": false,
"font_size": 16
},
"geometry": {
"type": "Circle",
"coordinates": [
115.411870825,
23.770611703
],
"radius": 1899.04
}
},
"name": "testName"
}'
{
"code": 0,
"message": "success",
"data": {
"id": "916590e0-xxx-b2b3-d70a13615910"
}
}