#38975 closed enhancement (fixed)
REST API: Add tests for empty or "no-op" updates
Reported by: | jnylen0 | Owned by: | jnylen0 |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | REST API | Keywords: | has-unit-tests commit dev-reviewed |
Focuses: | Cc: |
Description
"Empty" updates that don't change any stored values should be allowed for all resource types. This patch adds tests accordingly for posts, terms, and users.
This is currently broken for comments. See ticket:38700#comment:14 for details.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Given we also have the test for comments in #38700, maybe we should remove it from this patch, and then we can commit.