This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-b117243c-f037-4506-9eca-1d24e8cb9a3e XWIKI-24146 Open

Impossible to access the wiki metadata for name "query"

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-caa7e74b-9559-42a9-b07d-d4a1e36896b3 Thomas Mortagne created this issue on 19/Mar/26 16:33
 
Summary: Impossible to access the wiki metadata for name "query"
Issue Type: cid:jira-generated-image-avatar-b117243c-f037-4506-9eca-1d24e8cb9a3e Bug
Affects Versions: 4.3-milestone-2
Assignee: Unassigned
Components: REST
Created: 19/Mar/26 16:33
Priority: cid:jira-generated-image-static-major-58e93741-8fe1-44d9-9cde-8542250adec2 Major
Reporter: Thomas Mortagne
Description:

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...