We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
/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
The text was updated successfully, but these errors were encountered:
ideadude
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: