OpenAPI Best Practices
operation-operationId
general > operation-operationId
Guidance
This operation ID is a reference for the operation that can be used to visually suggest a connection
to other operations. It's also used for the URL in some documentation systems.
Make the value lower-hyphen-case and use a name for the action that does not relate to the HTTP
message but instead the actual action being performed. For example, create-polygon, search-by-polygon, or filter-companies.
Applies to Operation