-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Severity 3 - Minor
-
Issue Summary
In Confluence API we have:
/wiki/rest/api/template/blueprint
returns templates of type
blueprint
can optionally be filtered down by space
/wiki/rest/api/template/page
returns templates of type page
can optionally be filtered down by space
/wiki/rest/api/template/id
returns a specific template
IF a blueprint is edited this edit starts being returned on the wiki/rest/api/template/page which should only return templates of type page.
Steps to Reproduce
- Edit blueprint
- call wiki/rest/api/template/page
Expected Results
Only templates are returned
Actual Results
Templates and edited blueprints are returned
Workaround
n/a
- mentioned in
-
Page Loading...