Skip to content

Add Access Requests API annotations

Eugene Lim requested to merge elim-ext-access-requests-api-annotation into master

What does this MR do?

This matches the Swagger annotations for the Access Requests API to the documentation in order to automatically generate the OpenAPI V2 documentation using grape-swagger. Other than wording alignment, also added the default value for access_level in :id/access_requests/:user_id/approve. The OpenAPI V2 documentation will be used for dogfooding API fuzzing as per #372422 (closed).

Related issues

#211512 #372422 (closed)

Merge request reports