Dev GuideAPI ReferenceChangelog
Dev GuideAPI ReferenceUser GuideLegal TermsDev CommunityOptimizely AcademySubmit a ticketLog In
Changelog

Introduced the PATCH /fields/{field_id}/choices/{choice_id} endpoint, enabling updates to the choices associated with a specific field.

Introduced the GET /assets/{asset_id}/permissions and GET /folders/{folder_id}/permissions endpoints, allowing retrieval of permission details for an asset and a folder, respectively.

Introduced the GET /tasks/{task_id}/assets/{asset_id}/drafts/{draft_id}/brand-compliance endpoint, allowing the retrieval of brand compliance status and categories for a task asset draft.

Introduced the DELETE /fields/{field_id}/choices/{choice_id} endpoint, allowing the removal of a specific choice from a field.

  • Added a new is_skipped field to the request payload of the PATCH /tasks/{task_id}/steps/{step_id}/sub-steps/{sub_step_id} endpoint, enabling the ability to skip a substep.
  • Introduced the id field in the response of the GET /tasks/{task_id}/assets/{asset_id}/drafts endpoint.
  • Introduced the GET /tasks endpoint, enabling the retrieval of a list of tasks.
  • Introduced the POST /fields/{id}/choices endpoint, allowing the addition of new choices to a field.
  • Corrected the example of the color field in the response of the GET /fields endpoint.
  • Clarified that the color field is supported exclusively for fields of type label.
  • Removed the color field from the response of the POST /fields/{id}/choices endpoint.

Introduced the GET /brand-compliance/categories endpoint, enabling the retrieval of brand compliance categories defined by the organization.

Introduced the GET /tasks/{task_id}/assets/{asset_id}/drafts endpoint, allowing the retrieval of drafts associated with a task asset.

Introduced the GET /workflows/{workflow_id} endpoint, allowing the retrieval of details about a specific workflow.

Added the PATCH /fields/{id} endpoint, which lets you update field settings. You can use it to automatically sync field values from a third-party platform.