Skip to content

Commit

Permalink
Add documentation to list and detail view about blog
Browse files Browse the repository at this point in the history
  • Loading branch information
erinspace committed Feb 3, 2017
1 parent 422dddb commit d6661a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/preprint_providers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class PreprintProviderList(JSONAPIBaseView, generics.ListAPIView, ODMFilterMixin
logo_path string a path to the preprint provider's static logo
banner_path string a path to the preprint provider's banner
description string description of the preprint provider
blog string link to the preprint provider's blog
##Relationships
Expand Down Expand Up @@ -88,6 +89,7 @@ class PreprintProviderDetail(JSONAPIBaseView, generics.RetrieveAPIView):
logo_path string a path to the preprint provider's static logo
banner_path string a path to the preprint provider's banner
description string description of the preprint provider
blog string link to the preprint provider's blog
##Relationships
Expand Down

0 comments on commit d6661a7

Please sign in to comment.