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

New endpoint

Added GET /assets/{asset_id}/related-assets and PUT /assets/{asset_id}/related-assets endpoints.

  • GET – Returns a paginated list of assets related to the specified asset.
  • PUT – Replaces all related assets for the specified asset with the provided list.

See the API references for details.