Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Dataspace createDataspace(@NonNull Dataspace);

If ever the current interface is exposed externally, then existing "void createDataspace(@NonNull String dataspaceName)" method needs to be kept and its implementation changed to call the new method above with null of false notification indicator. The This method can be made deprecated for future removal.

...

and its implementation is modified to create a dataspace with the default false value for "data-updated-notification-indicator".

Unfortunately, this endpoint does not align with REST conventions and does not prepare for future changes. Then, redesigning the endpoint for improvement is considered:

...