How do you alter only a start or end date (not both) for a timeline column through the api? I have tried not including the “from” parameter and only have “to”. I have tried using a wildcard (*) for the date value I do not want to change. I only need to change the “To” date. I don’t want to mess with the “from” date. Help please?
The API documentation makes it seem like you need both!? Why?
“To update a timeline column, send the start and end dates in a YYYY-MM-DD format, where the start date is “from” and the end date is “to”.” - “{"from":"2019-06-03","to":"2019-06-07"}”