Skip to content

Enforce the checking of required parameters #24

@Bombardier-C-Kram

Description

@Bombardier-C-Kram

Currently, many parameters in the codebase are not being systematically checked for their 'required' property. This often leads to situations where required parameters are not enforced, which can introduce bugs or unintended behaviour in the API handling.

ToDo:

  • Implement a consistent mechanism to check and enforce the 'required' attribute of parameters throughout the codebase.

This improvement should reduce errors due to missing data and improve the robustness of the API layer.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions