diff --git a/workspaces/bulk-import/.changeset/brown-rabbits-turn.md b/workspaces/bulk-import/.changeset/brown-rabbits-turn.md new file mode 100644 index 000000000..ec1b9d287 --- /dev/null +++ b/workspaces/bulk-import/.changeset/brown-rabbits-turn.md @@ -0,0 +1,5 @@ +--- +'@red-hat-developer-hub/backstage-plugin-bulk-import-backend': minor +--- + +Introduced a new response key 'source' in the GET /imports endpoint to indicate from which source the import originated from ('config', 'location', 'other'). In case of duplicates, it returns first source it finds in order 'config', 'location', 'other'.