You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone. Is there a way for us to configure code generation for APIs such as services/data/v60.0/query/?q=select Id,Name From Account and services/data/v60.0/query/?q=select Id,Name From Contact with q is the query parameter?
I've defined them as multiple endpoints in the Postman collection, but when generating OpenAPI instead something like
Do we have any way to generate multiple endpoints as Postman Collection definition? instead of grouping them?
The reason behind this is that our team is currently working on Salesforce. We are attempting to execute queries by passing ?q=<query> as shown in the screenshot. However, the data responses returned differ between them with different ?q=query.
Because, we're trying to build an OpenAPI specification and share it with external our partners. This approach allows us to clearly define a single query with a single response.
Expectation: We'd like to aim to have a single request in Postman represented as a single endpoint path in the OAS document. Only merging/grouping them if there are have exactly same request url
The text was updated successfully, but these errors were encountered:
Hello everyone. Is there a way for us to configure code generation for APIs such as
services/data/v60.0/query/?q=select Id,Name From Account
andservices/data/v60.0/query/?q=select Id,Name From Contact
withq
is the query parameter?I've defined them as multiple endpoints in the Postman collection, but when generating OpenAPI instead something like
Do we have any way to generate multiple endpoints as Postman Collection definition? instead of grouping them?
The reason behind this is that our team is currently working on Salesforce. We are attempting to execute queries by passing
?q=<query>
as shown in the screenshot. However, the data responses returned differ between them with different?q=query
.Because, we're trying to build an OpenAPI specification and share it with external our partners. This approach allows us to clearly define a single query with a single response.
Expectation: We'd like to aim to have a single request in Postman represented as a single endpoint path in the OAS document. Only merging/grouping them if there are have exactly same request url
The text was updated successfully, but these errors were encountered: