pub async fn share_ai_artifact(
configuration: &Configuration,
workspace: &str,
share_ai_artifact_request: ShareAiArtifactRequest,
) -> Result<SharedAiArtifactInfo, Error<ShareAiArtifactError>>Expand description
Stores a read-only copy that any member of the workspace can open by id. Sharing the same artifact again updates that copy, keeps its id, and restarts its retention window.