Error with Move API
Content
Hi,
Since the recent upgrade to 18B, we have noticed an REST API issue experiencing the following:
This is for moving an activity from a resource to a "rejection" bucket:
<?xml version="1.0" encoding="UTF-8" ?>
-<ns0:MoveActivityResponse xmlns:ns0="http://aws.co.uk/STU/654/ActivityActions/AWSR3E">
<type>http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4</type>
<title>Forbidden</title>
<status>403</status>
<detail>Moving between resources is not allowed for the user type</detail>
</ns0:MoveActivityResponse>
In our other environment which is currently still in 18A this works fine, but 18B does not.
has any body else experienced this issue?
0