Open brianhogg opened 3 months ago
/wp-json/llms/v1/courses
Difficulties is an array of integers as per the documentation
A string with a comma-separated list of integers is returned
We may want to create a v2 of the endpoint with the fix so it won't break the code of anyone relying on the current incorrect format.
v2
Reproduction Steps
/wp-json/llms/v1/courses
Expected Behavior
Difficulties is an array of integers as per the documentation
Actual Behavior
A string with a comma-separated list of integers is returned
Tech Notes
We may want to create a
v2
of the endpoint with the fix so it won't break the code of anyone relying on the current incorrect format.This issue has been recreated: