Learning Resources

✨ Update a learning resource

patch/api/learning-resources/{id}/

Path parameters

idinteger required

A unique integer value identifying this learning resource.

Request body

allow_standaloneboolean
colorstring nullable
cover_image_urlstring
default_allow_manual_accessboolean
default_gate_annotator_data_managerboolean nullable
default_gate_annotator_label_streamboolean nullable
default_gate_reviewer_data_managerboolean nullable
default_gate_reviewer_label_streamboolean nullable
default_gate_reviewer_review_streamboolean nullable
estimated_duration_unit'minutes' | 'hours' | 'days' | 'weeks'
  • minutes - Minutes
  • hours - Hours
  • days - Days
  • weeks - Weeks
estimated_duration_valueinteger nullable
generate_certificate_on_completionboolean
hide_completed_quizzesboolean
single_page_reviewboolean nullable
summarystring
titlestring
workspaceinteger nullable

Response

allow_standaloneboolean
colorstring nullable
cover_image_urlstring
default_allow_manual_accessboolean
default_gate_annotator_data_managerboolean nullable
default_gate_annotator_label_streamboolean nullable
default_gate_reviewer_data_managerboolean nullable
default_gate_reviewer_label_streamboolean nullable
default_gate_reviewer_review_streamboolean nullable
estimated_duration_unit'minutes' | 'hours' | 'days' | 'weeks'
  • minutes - Minutes
  • hours - Hours
  • days - Days
  • weeks - Weeks
estimated_duration_valueinteger nullable
generate_certificate_on_completionboolean
hide_completed_quizzesboolean
single_page_reviewboolean nullable
summarystring
titlestring
workspaceinteger nullable

Changes

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

    • added the new optional request property single_page_review (media type: application/json)

      new-optional-request-property

    • added the new optional request property single_page_review (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property single_page_review (media type: multipart/form-data)

      new-optional-request-property

    • added the optional property single_page_review to the response with the 200 status

      response-optional-property-added

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

      request-parameter-type-changed

  • 77f50e3ef220420See the full diff
    • removed the request property default_gate_before_first_annotation (media type: application/json)

      request-property-removed

    • removed the request property default_gate_before_first_annotation (media type: application/x-www-form-urlencoded)

      request-property-removed

    • removed the request property default_gate_before_first_annotation (media type: multipart/form-data)

      request-property-removed

    • removed the optional property default_gate_before_first_annotation from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property default_gate_annotator_data_manager (media type: application/json)

      new-optional-request-property

    • added the new optional request property default_gate_annotator_data_manager (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property default_gate_annotator_data_manager (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property default_gate_annotator_label_stream (media type: application/json)

      new-optional-request-property

    • added the new optional request property default_gate_annotator_label_stream (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property default_gate_annotator_label_stream (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_data_manager (media type: application/json)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_data_manager (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_data_manager (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_label_stream (media type: application/json)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_label_stream (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_label_stream (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_review_stream (media type: application/json)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_review_stream (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property default_gate_reviewer_review_stream (media type: multipart/form-data)

      new-optional-request-property

    • added the optional property default_gate_annotator_data_manager to the response with the 200 status

      response-optional-property-added

    • added the optional property default_gate_annotator_label_stream to the response with the 200 status

      response-optional-property-added

    • added the optional property default_gate_reviewer_data_manager to the response with the 200 status

      response-optional-property-added

    • added the optional property default_gate_reviewer_label_stream to the response with the 200 status

      response-optional-property-added

    • added the optional property default_gate_reviewer_review_stream to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

Of the 97 revisions, 1 has no diff computed.