Skip to content

Commit e01cc95

Browse files
committed
Tweaked some comments
- Legacy-Id: 17632
1 parent 0db30f3 commit e01cc95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/api/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
url(r'^meeting/session/video/url$', meeting_views.api_set_session_video_url),
2121
url(r'^submit/?$', submit_views.api_submit),
2222
url(r'^iesg/position', views_ballot.api_set_position),
23-
# GPRD: export of all personal information
23+
# GPRD: export of personal information for the logged-in person
2424
url(r'^export/personal-information/$', api_views.PersonalInformationExportView.as_view()),
25-
# For mailarchive
25+
# For mailarchive use, requires secretariat role
2626
url(r'^v2/person/person', api_views.ApiV2PersonExportView.as_view()),
2727
# For meetecho access
2828
url(r'^v2/person/access/meetecho', api_views.PersonAccessMeetechoView.as_view()),

0 commit comments

Comments
 (0)