Hi,
We're building an integration with the Aspire API and noticed that the
/Opportunities endpoint only shows GET and POST methods in the documentation.
We need to update existing opportunities (change status, estimated dollars,
close date, etc.) but we can't find an update endpoint.
Questions:
1. Is there a PUT or PATCH endpoint for Opportunities (e.g. PUT /Opportunities/{id})?
2. If not, does POST /Opportunities with an existing OpportunityID act as an update?
3. Is there any other recommended way to update an existing Opportunity via API?
Thank you!
