StateYourBusiness was looking for the wrong param when authorizing update requests for the ACITIVTY_INFO resource. Previously, the first param was id, but it got updated to involvement_code at some point without also updating the param name in StateYourBusiness, which caused the authorization attribute to always return a 500 error for these requests.
StateYourBusiness was looking for the wrong param when authorizing update requests for the
ACITIVTY_INFO
resource. Previously, the first param wasid
, but it got updated toinvolvement_code
at some point without also updating the param name in StateYourBusiness, which caused the authorization attribute to always return a 500 error for these requests.