post https://app.rumbleup.com/api/project/update/
Update an existing Project.
Success:
- 200:
OK
. The action has been updated. The full action object is returned.
Errors:
- 400:
Bad Request
. The requestedactionId
is incomplete in some form. Themessage
of the error response should indicate what the problem is. - 404:
Not Found
.actionId
was not provided or was not found. Verify that actionId is set and is current.