Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,332
    • Merge requests 1,332
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #212199
Closed
Open
Issue created Mar 23, 2020 by Markus Koller@toupeira🌴Contributor

Group Level Wiki: BE Update attachment API to support Group Level Wiki

Problem to solve

Uploading attachments to a project wiki happens through the post ":id/wikis/attachments" endpoint. This needs to be adapted to work with group wikis.

Further details

Proposal

We can refactor the existing endpoint for reuse in both the /projects and /groups API contexts (separate endpoints for each container type).

Permissions and Security

  • Adapt the existing authorization checks for group wikis.
  • Respect the group wiki feature flag.
  • Ensure there are multiple tests with different permission configurations to make sure the Web UI and the REST return the same level of data and avoid data leaks.

Documentation

Availability & Testing

Links / references

Edited May 15, 2020 by Markus Koller
Assignee
Assign to
Time tracking