Skip to content

Changing Put requests to Patch requests #197

@Ali-Salman29

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}.

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