diff --git a/pandora/item/views.py b/pandora/item/views.py index 09c756ca0..5dda29118 100644 --- a/pandora/item/views.py +++ b/pandora/item/views.py @@ -357,10 +357,10 @@ def findId(request, data): ''' Undocumented takes { - 'id': string - 'title': string - 'director': [string] - 'year': int + id: string + title: string + director: [string] + year: int } ''' response = json_response({})