Learning Resources

✨ Update or delete a module

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Update or delete a module in a learning resource.
delete/api/learning-resources/{id}/modules/{module_id}/

Path parameters

idinteger required

A unique integer value identifying this learning resource.

module_idstring required

Response

{"stackTrail":"components:schemas:CourseModule:properties:content","oasType":"schema","type":"unknown"}
created_atstring date-time required
idinteger required
learning_resourceinteger required
marked_staleboolean
page_countinteger required
sort_orderinteger
titlestring
updated_atstring date-time required

Changes

Changed in 4 of the 97 revisions of this API.32

    • the response property updated_by/allOf[UserSimple]/avatar became nullable for the status 200

      response-property-became-nullable

    • the page_count response's property type/format changed from string/ to integer/ for status 200

      response-property-type-changed

    • for the path request parameter id, the type/format was changed from string/ to integer/

      request-parameter-type-changed

    • added the required property updated_by to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

Of the 97 revisions, 1 has no diff computed.