-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Currently GetPageByPath returns the whole tree, which is unnecessary. It should return only the required data:
- If the path resolves to a page, return just the page content.
- If the path resolves to a section, return only the first level of children (first row).
Acceptance Criteria:
GetPageByPathno longer returns the full tree- For page: response contains only page content
- For section: response contains only first-level children
- No breaking changes / response contract updated accordingly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers