You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Summary:
When using the Ghost Content API, specifically the "/posts/" or "/pages/" endpoints with the "field" query parameter to specify the fields to be returned, the "reading_time" parameter does not function as expected. While other parameters work fine, attempting to limit the fields returned by including "reading_time" results in unexpected behavior.
To Reproduce:
Make a request to the "/posts/" or "/pages/" endpoint of the Ghost Content API.
Include the "field" query parameter with the value of "reading_time" to limit the fields returned to just the reading time.
Observe that the response does not return "reading_time".
Technical details:
Ghost Version: 5.80.0
Node Version: Unknown
Environment: Production
Browser/OS: Not relevant
Database: MySQL 8
The text was updated successfully, but these errors were encountered:
Adonia83
changed the title
Bug: 'reading_time' parameter not returned when used in 'fields' query of Ghost Content API
'reading_time' parameter not returned when used in 'fields' query of Ghost Content API
Mar 7, 2024
Issue Summary:
When using the Ghost Content API, specifically the "/posts/" or "/pages/" endpoints with the "field" query parameter to specify the fields to be returned, the "reading_time" parameter does not function as expected. While other parameters work fine, attempting to limit the fields returned by including "reading_time" results in unexpected behavior.
To Reproduce:
Technical details:
The text was updated successfully, but these errors were encountered: