Closed RolandJansen closed 4 years ago
When you add an event to a part without a position statement, it throws an error "Position out of bounds" (or similar). I would expect something like "Parameter position missing".
since v0.5 it is impossible to add an event without a position. These things are divided into two api calls:
If no position is given, the event will be inserted into the currently active position in the part.
When you add an event to a part without a position statement, it throws an error "Position out of bounds" (or similar). I would expect something like "Parameter position missing".