Improvement: The Editor API now double-checks the JWT signatures used in requests to prevent possible security vulnerabilities.
Fixed: A bug was found in the Knowledge Editor API, where related contents were not always retrieved as expected. This is now fixed.
Added pagination in the GET /contents
endpoint. It now returns the length, offset and total number of contents within a pagination object.
PATCH /contents/{contentId}
endpoint allows to update objects in all attributes and user types.
POST /contents
and PATCH /contents/{contentId}
endpoints allow to modify publication and expiration dates per any user type
POST /contents/{contentId}/relatedContents
. This endpoint allows to relate contents programmatically.
DELETE /contents/{contentId}/relatedContents
. This endpoint allows to remove relations between contents programmatically.