Skip to content

Use controller in subscription put action

Nina requested to merge put-subscription-route into release-4.0

This was leftover from !240 (merged) and includes a bit of clean up:

  • The subscription is updated when all required arguments are present.
  • The key import has been removed so that this action deals with the subscription only

Apart from this the type of the configurable attributes of the subscription has been changed to strings. They are only used twice within the codebase and this way we can spare the conversion to strings.

Merge request reports