The Salesforce REST API supports external IDs in virtually every place Ids are used. For a non-Salesforce developer (who is typically someone you'd create OpenAPI spec for), this is probably the only form of the REST calls they would use. Yet you don't include them anywhere in the generated document. Any plans to support this? FYI - Here's a reference to the REST API Guide in case you are not familiar with how they fit into the API: https://MyDomainName.my.salesforce.com/services/data/v63.0/sobjects/Merchandise__c/MerchandiseExtID__c/123 -H "Authorization: Bearer token"
답변 2개
I'm asking why the OpenAPI spec doesn't document this behavior, not how the REST API works.