Dev GuideRecipesAPI ReferenceChangelog
Dev GuideAPI ReferenceChangelogUser GuideDev CommunityOptimizely AcademySubmit a ticketLog In
Changelog

API update and bugfixes

  • Added campaign_id, milestone_id, and modified_at fields to the TaskResponse schema returned by GET /tasks/{id} to align its root-level properties with the TaskListResponseItem schema returned by GET /tasks. For full schema details, see the API reference.
  • Corrected an incorrect type definition in the TaskListResponseItem schema returned by the GET /tasks endpoint. ID fields were previously documented as type: object and are now correctly defined as type: string. This was a documentation error only and does not require any changes to request or response behavior on the client side. For details, see the API reference.