-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
From the openapi spec at (https://swagger.io/specification/)
describes operationId as
Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive. Tools and libraries MAY use the operationId to uniquely identify an operation, therefore, it is RECOMMENDED to follow common programming naming conventions.
All of the operationid values are set to "execute" which is not unique, and produces some not-very-descriptive structs with some generators.
Setting up operationId's closer to the summary values (but without the spaces) would be more descriptive.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request