Fix deprecated endpoint OpenAPI handling
Summary
Deprecated REST endpoints have their summary fields prefixed with [DEPRECATED] rather than using the deprecated true grape desc directive.
Implementation Plan
- For each endpoints that manually defines
[DEPRECATED], remove that tag. - Add
deprecated trueas defined by the grape documentation. - Update the
gitlab-grape-openapigem to adddeprecated: trueto the operation in question as defined in the OAPI 3.0.0 specification.
Edited by 🤖 GitLab Bot 🤖
