Open Issues Need Help
View All on GitHub Do not leave header key `x-upstream-source` as a magic string about 1 month ago
AI Summary: Refactor the `fmu-settings-api` codebase to replace the hardcoded string `x-upstream-source` with a configurable value defined in a `StrEnum` within `config.py`. This involves finding all occurrences of the string and replacing them with the enum value.
Complexity:
3/5
help wanted