Skip to content

Add API::Integrations endpoints to OpenApiV2 documentation

What does this MR do and why?

Updates the Grape API metadata to prepare these endpoints for the generation of OpenAPI V2 documentation.

Screenshots or screen recordings

image

How to set up and validate locally

Documentation source: https://docs.gitlab.com/ee/api/integrations.html

  1. Run rake gitlab:openapi:generate
  2. Review changes in doc/api/openapi/openapi_v2.yaml. You can check the content of the file by pasting it into https://editor.swagger.io. Errors will be shown on the left side.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #376928

Edited by Bojan Marjanovic

Merge request reports