We’re currently reorganizing our knowledge base and are trying to replicate a set of articles from our General space into other spaces and specific folder structures. We’ve attempted to handle this programmatically via the v2 REST API, but we’ve run into a blocker: articles marked as is_shared_article: true appear to be completely immutable via the API (e.g., cannot be forked, updated, or moved). Since replication seems to create these “shared” instances, this prevents us from automating the process at scale. This impacts ~4000 articles. Our goal is to replicate these articles into new locations while preserving their shared/linked behavior, not creating independent copies. We'd love to see some form of bulk replication supported in a future update. Thank you.