Skip to content

Add API support for wiki pages

username-removed-86853 requested to merge blackst0ne/gitlab-ce:wiki_api into master

What does this MR do?

This MR adds API endpoints for:

  1. Getting a list of wiki pages.
  2. Getting a wiki page.
  3. Creating a wiki page.
  4. Editing/updating a wiki page.
  5. Deleting a wiki page.

Are there points in the code the reviewer needs to double check?

  1. Documentation wording.
  2. Complexity of specs.

Why was this MR needed?

It improves our API.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #12747 (closed)

Edited by Grzegorz Bizon

Merge request reports