Skip to content

Changing Put requests to Patch requests #197

Description

@Ali-Salman29

Currently, the edx-platform (LMS) sends the entire object when updating any field, but this can be improved by only sending the fields that are updated. For example, when a thread is closed, it sends the entire options {thread_id: .., body: .., closed=True, ...}; however, this can be improved by only sending {thread_id: .., closed: True}.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    core contributorPR author is a Core Contributor (who may or may not have write access to this repo).

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions