Question
Does API endpoint POST /rest/asset/v1/form/{id}/approveDraft.json working?
Hi Guys,
I feel like the Form Approve Draft API endpoint is not working?
I am able to get all the 200 forms per call with endpoints
https://------.mktorest.com/rest/asset/v1/forms.json?maxReturn=200&access_token=--------
I am able to add a field to all 200 forms with endpoints
https://-----.mktorest.com/rest/asset/v1/form/{id}/fields.json?access_token=---------
But when I try to use the form approve draft API endpoint POST /rest/asset/v1/form/{id}/approveDraft.json.

It is always failing.
- Have confirmed access_token is active
- Have confirmed access_token is active
- Have tested passing access_token through header and body (x-www-form-urlencoded, json etc)
Does anyone know if this approvedraft API endpoint is working?