]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Allow configuration of user settings via API
authorStephen Finucane <stephen@that.guru>
Sat, 30 Nov 2019 18:48:36 +0000 (18:48 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 24 Dec 2019 11:15:21 +0000 (11:15 +0000)
commitcd3a2ce81ae4595fceb82edd43488f6f2422371e
tree372bcdb29cf5f70dcfd9a096ac57abac450fca61
parentcedfaa9e0b449a939a107794cdb2e61d323cc925
REST: Allow configuration of user settings via API

Expose the embedded UserProfile field via the REST API.

Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/api/schemas/latest/patchwork.yaml
docs/api/schemas/patchwork.j2
docs/api/schemas/v1.2/patchwork.yaml
patchwork/api/user.py
patchwork/tests/api/test_user.py