...
OdsInstanceContext
records would be added as follows:
OdsInstanceId | ContextKey | ContextValue |
---|---|---|
1 | schoolYear | 2021 |
2 | schoolYear | 2022 |
3 | schoolYear | 2023 |
The value of ContextKey
defined here would need to match a custom base route segment applied by the host to the API configuration in the appsettings.json file. The API will support a new configuration value under ApiSettings
which could be set as follows:
...