-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: FC - Ecosystem - API Framework, Page - Content APIs, Space - Create
-
Severity 3 - Minor
Issue Summary
Intermittent 500 Internal Server Error for the endpoint wiki/api/v2/spaces.
Steps to Reproduce
Make a below REST API call.
curl --request GET \ --url 'https://{your-domain}/wiki/api/v2/spaces' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json’
Expected Results
To return space details
Actual Results
Return intermittent 500 Internal Server Error.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available