One way I could define it is that I keep the placeholders in the href of the action ( like '/something{?key}').
This way I could interpret, that action-field 'key' is a request-parameter (and not a request-body-field).
But in this gist https://gist.github.com/kevinswiber/3066768 it looks like the templated part was removed from the href and added as a field to the action the moment the HAL example is transformed to the Siren example.
Therefore I would like to understand if my idea would break the Siren spec or if it is the 'correct' way to go.
Many thanks in advance for every help! 😊