Skip to content

Commit e1fa3ba

Browse files
committed
Limited the iesg ballot position API to ADs (excluding secretariat).
- Legacy-Id: 14444
1 parent 008eaf7 commit e1fa3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/views_ballot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def edit_position(request, name, ballot_id):
245245
))
246246

247247
@require_api_key
248-
@role_required('Area Director', 'Secretariat')
248+
@role_required('Area Director')
249249
@csrf_exempt
250250
def api_set_position(request):
251251
def err(code, text):

0 commit comments

Comments
 (0)