caicloud / nirvana

Golang Restful API Framework for Productivity
https://caicloud.github.io/nirvana/
Apache License 2.0
520 stars 105 forks source link

add missing openapi 2.0 operationid #460

Open alswl opened 3 years ago

alswl commented 3 years ago

What this PR does / why we need it:

Add openapi 2.0 specs' missing operationid field. See spec docs: https://swagger.io/docs/specification/paths-and-operations/ (search operationId) here.

Which issue(s) this PR is related to (optional, link to 3rd issue(s)):

Special notes for your reviewer:

Release note:

NONE
caicloud-bot commented 3 years ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To fully approve this pull request, please assign additional approvers. We suggest the following additional approver: supereagle

Assign the PR to them by writing /assign @supereagle in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/caicloud/nirvana/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
alswl commented 3 years ago

Ping @iawia002