Skip to content

operationId should be unique #14

@ssinger

Description

@ssinger

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions