Hi Sabine,
I believe updating the schedule with the additional task using the REST API below will clear out the remaining tasks in the schedule.
PATCH /{client_id}/objects/{object_name} - This can be used to update an existing object.
It's better to export the schedule, update the additional task, and then import it back using the commands below.
GET /{client_id}/objects/{object_name} - This can be used to export a single object by name.
POST /{client_id}/objects - This is used to import or create an object.
Thanks & Regards,
Aravindan Thambiraj
Original Message:
Sent: Dec 13, 2024 08:48 AM
From: Sabine Arthur
Subject: Add task to a schedule with REST API
Hi,
is it possible to add a task in a schedule with the AE REST API ?
------------------------------
Best regards,
Sabine
------------------------------