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

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

API updates

  • Introduced the POST /assets/{asset_id}/permissions/{accessor_type} endpoint, letting you grant asset access to users or teams.
  • Introduced the POST /folders/{folder_id}/permissions/{accessor_type} endpoint, letting you grant folder access to users or teams.
  • Updated the GET /fields endpoint by adding the ids query param for filtering fields by IDs.
  • Fixed typo of richtext body parameter to rich_text for the following endpoints:
    • POST /fields
    • PATCH /fields/{id}
    • POST /fields/{id}/choices
    • PATCH /fields/{field_id}/choices/{choice_id}