Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

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

Added the asset_ids_without_field_inheritance body parameter for the POST /work-requests/{id}/tasks endpoint, which you can use to disable field inheritance for specific assets when creating a task from a work request.

Introduced the GET /tasks/{task_id}/steps/{step_id}/sub-steps/{sub_step_id}/fields endpoint, which lets you fetch the fields of a task substep.

Introduced the POST campaigns/{id}/fields end point, which lets you add a field to a campaign.

  • Added the search query param to the GET v3/templates endpoint to filter templates by their title.
  • Introduced the PATCH /events/{id} endpoint, which lets you update an event.
  • Updated the POST v3/tasks endpoint to clarify the behavior of the start_at and due_at fields in the request body.
  • Updated the POST v3/work-requests/:id/tasks endpoint to clarify the behavior of the start_at and due_at fields in the request body.

Introduced the PUT /events/{id}/fields endpoint, which lets you replace existing fields of an event.