| The endpoint /wikis/query always conflicted (and has priority) with endpoint /wikis/{wikiName}. So when try to access the metadata associated with wiki "query", you end up on the /wikis/query endpoint. Ideally that endpoint should have been /query (it's not like it return wiki descriptors), but changing anything now would be an API breakage... |