Hi,
It looks like in the latest version of the OpenAPI spec, the following endpoints (at least) are no longer available:
GET /crm/v4/objects/companies/{companyId}/associations/{toObjectType}
PUT,DELETE /crm/v4/objects/companies/{companyId}/associations/{toObjectType}/{toObjectId}
GET
/crm/v4/objects/contacts/{contactId}/associations/{toObjectType}
PUT, DELETE /crm/v4/objects/contacts/{contactId}/associations/{toObjectType}/{toObjectId}
GET /crm/v4/objects/deals/{dealId}/associations/{toObjectType}
PUT,DELETE /crm/v4/objects/deals/{dealId}/associations/{toObjectType}/{toObjectId}
This also seems to be the case in the latest Python SDK based on the changelog.
Is this a planned change or an error? The endpoints still work, they’re just not specced.