Who would benefit? |
Developers when trying to test/find the correct endpoint in the Swagger documentation. |
What impact would it make? |
Ease of troubleshooting and migration from remoting to REST. |
How should it work? |
Add the endpoint name, e.g. GetUsersAsync() to the header or description of each endpoint in the Swagger documentation: https://api-prod1a-euw.productmarketingcloud.com/swagger/index.html#/ |
Why is it needed? |
To help developers more easily find the endpoint they need to test or use, based on the OpenAPI client they have imported in the code base, as this client does not show the endpoint name - only the function name that is generated based on the OpenAPI schema. |
Additional feedback, background or context: