You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a followup to #1221, it seems useful to support some form of merging at the API level. Currently the Registry API only supports ReplaceArtifact, which differs from other resource types, because early API reviewers felt that artifacts should be atomic resources. This was prior to the emergence of a preference for YAML-formatted artifacts, which could be fairly easily merged. Should we revisit this in the API, perhaps with content type-specific features? (Maybe we only merge YAML and JSON artifacts)
The text was updated successfully, but these errors were encountered:
As a followup to #1221, it seems useful to support some form of merging at the API level. Currently the Registry API only supports
ReplaceArtifact
, which differs from other resource types, because early API reviewers felt that artifacts should be atomic resources. This was prior to the emergence of a preference for YAML-formatted artifacts, which could be fairly easily merged. Should we revisit this in the API, perhaps with content type-specific features? (Maybe we only merge YAML and JSON artifacts)The text was updated successfully, but these errors were encountered: