Skip to content

Iss #25 - Add client ID to sign calls, fix spec to resolve bad name

Previously, we used the property "template_id" to target which template would be used to create/action requests. This field actually uses the name of the template as there is no ID, so this was inaccurate. This was updated to be the "template_name" to be more clear.

Merge request reports