[ https://issues.apache.org/jira/browse/SYNCOPE-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616667#comment-17616667 ]
ASF subversion and git services commented on SYNCOPE-1699: ---------------------------------------------------------- Commit 782cd4aa4308a336ac4bcaa20194851d1d8cb93f in syncope's branch refs/heads/master from Misagh Moayyed [ https://gitbox.apache.org/repos/asf?p=syncope.git;h=782cd4aa43 ] SYNCOPE-1699: Extract key from path if undefined in request body (#381) > Extract key from path for UserUpdate ops if undefined in request body > --------------------------------------------------------------------- > > Key: SYNCOPE-1699 > URL: https://issues.apache.org/jira/browse/SYNCOPE-1699 > Project: Syncope > Issue Type: Improvement > Components: core > Affects Versions: 3.0.0-M0 > Reporter: Misagh Moayyed > Assignee: Misagh Moayyed > Priority: Minor > Fix For: 3.0.0-M1, 3.0.0 > > > If a user-update operations via a PATCH (i.e. PATCH /users/key) does not > specify a key in the request body, this key should be extracted from the > path. The extracted key in the body must always equal the key in the path. In > the event that a key does not match or cannot be found, a 400 BAD REQUEST > error should be returned. -- This message was sent by Atlassian Jira (v8.20.10#820010)