Update the properties of a set of geometries
List of geometries to be updated.
required | Array of objects (GeometryUpdateItem) [ 1 .. 100 ] items |
List of geometries
The response for a failed request.
{- "items": [
- {
- "externalId": "my.known.id",
- "update": {
- "paths": [
- {
- "id": "string",
- "d": "string",
- "styleId": "string"
}
]
}
}
]
}
{- "items": [
- {
- "createdTime": 1730204346000,
- "externalId": "my.known.id",
- "lastUpdatedTime": 1730204346000,
- "paths": [
- {
- "id": "string",
- "d": "string",
- "styleId": "string"
}
], - "symbolId": "my.known.id"
}
]
}