AMSP-04 / NETN-ETR

NATO Education and Training Network (NETN) Entity Tasking and Reporting (ETR) Module
Other
2 stars 0 forks source link

Semantics for Location/Path and LocationUuid/PathUuid problematic #38

Closed bergtwvd closed 4 years ago

bergtwvd commented 4 years ago

For the tasks where these parameters are used, the following is currently stated:

At least one of Location and LocationUuuid paramter should be specified. If both are specified, it is up to the application to choose which to use.

For Location this has to be changed to:

The Location parameter must be specified.
The LocationUuid parameter is optional.
If both are specified, it is up to the application to choose which to use.

And for Path this has to be changed to:

The Patch parameter is optional (default is an empty list).
The PathUuid parameter is optional.
If both are specified, it is up to the application to choose which to use.
bergtwvd commented 4 years ago

Done