-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Extensibility - Space
-
None
-
Minor
Issue Summary
There can sometimes be different behavior when pulling properties from a space using /wiki/api/v2/spaces/<spaceId>?include-icon=true&include-operations=true&include-properties=true versus /wiki/api/v2/spaces/<spaceId>/properties.
The first API with include-properties doesn’t appear to include all available properties.
Steps to Reproduce
<unknown>
Expected Results
Both endpoints should return all of the Space properties
Actual Results
In some cases, the /wiki/api/v2/spaces/<spaceId>?include-properties=true will not return all the properties for the space.
Workaround
Use the /wiki/api/v2/spaces/<spaceId>/properties endpoint.
- relates to
-
ECOHELP-116254 Loading...