In a previous version of the specification, continue exchange was a PUT operation. It has since been changed to a POST operation.
This issue is to update the implementation to add a POST operation and deprecate the PUT operation.
Other than the HTTP response codes, the POST and PUT operation should have the same behaviour.
Documentation should be added to the endpoints that explains that the POST is a replacement for the PUT and that the PUT is deprecated.
A small amount of tests for the POST version should be added but the existing tests that use PUT can remain in place.
In a previous version of the specification, continue exchange was a PUT operation. It has since been changed to a POST operation.
This issue is to update the implementation to add a POST operation and deprecate the PUT operation. Other than the HTTP response codes, the POST and PUT operation should have the same behaviour. Documentation should be added to the endpoints that explains that the POST is a replacement for the PUT and that the PUT is deprecated.
A small amount of tests for the POST version should be added but the existing tests that use PUT can remain in place.