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
This is a very late reply (we are pausing development on lxHive), sorry for that.
In regards to your issue. This is expected behaviour. Your payload doesn't seem to match the XAPI specification requirements and was therefore rejected by the LMS.
PUT requests to /activities/state does not function properly. When sending a PUT request with a new activity ID, the response is:
A GET request with the same parameters gives an empty body response with a status of 200.
My understanding is that PUT requests should not attempt to merge documents, so I am not sure of the source of this issue.
An example PUT request:
An example GET request:
The text was updated successfully, but these errors were encountered: