comparison doc/rest.txt @ 6373:3dcbe44eb1cd

Fix thinko add role not permission to users.
author John Rouillard <rouilj@ieee.org>
date Sun, 04 Apr 2021 22:39:52 -0400
parents 84655a4223c6
children 66a061e52435
comparison
equal deleted inserted replaced
6372:27a7ef182da9 6373:3dcbe44eb1cd
33 33
34 This is usually included near where other permissions like "Web Access" 34 This is usually included near where other permissions like "Web Access"
35 or "Email Access" are assigned. 35 or "Email Access" are assigned.
36 36
37 You could also create a new role "rest" and assign the "Rest Access" 37 You could also create a new role "rest" and assign the "Rest Access"
38 permission to that role and then just add the "rest" permissions to 38 permission to that role and then just add the "rest" role to
39 those users who should have access. 39 those users who should have access.
40 40
41 The REST api is reached via the ``/rest/`` endpoint of the tracker 41 The REST api is reached via the ``/rest/`` endpoint of the tracker
42 URL. Partial URLs paths below (not starting with https) will have 42 URL. Partial URLs paths below (not starting with https) will have
43 /rest removed for brevity. 43 /rest removed for brevity.

Roundup Issue Tracker: http://roundup-tracker.org/