Update documentation for job_plays and job_tasks endpoints

This commit is contained in:
Matthew Jones
2014-07-16 15:15:29 -04:00
parent a7a092f30a
commit 985cba94ef
3 changed files with 54 additions and 2 deletions

View File

@@ -1625,7 +1625,7 @@ class JobJobPlaysList(BaseJobEventsList):
authentication_classes = [JobTaskAuthentication] + \
api_settings.DEFAULT_AUTHENTICATION_CLASSES
permission_classes = (JobTaskPermission,)
new_in_150 = True
new_in_200 = True
@paginated
def get(self, request, limit, offset, ordering, *args, **kwargs):
@@ -1700,7 +1700,7 @@ class JobJobTasksList(BaseJobEventsList):
authentication_classes = [JobTaskAuthentication] + \
api_settings.DEFAULT_AUTHENTICATION_CLASSES
permission_classes = (JobTaskPermission,)
new_in_150 = True
new_in_200 = True
@paginated
def get(self, request, limit, offset, ordering, *args, **kwargs):