Skip to content

Pages backend wiki folder

Jonas requested to merge pages_backend_wiki_folder into master

This is a first attempt to provide separate folders for each wiki in the backend.

The _pages API changed so that each call now requires a ${wikiId} parameter and each action is limited to the folder associated with this wiki.

@azul: maybe you can take a look and tell me what you think about it. Do you like the approach in general? Does the API path modeling make sense (it's /_pages/${wikiId}/...) to you?

Edited by Jonas

Merge request reports