Skip to content

Commit

Permalink
Added private parameter on package create method.
Browse files Browse the repository at this point in the history
  • Loading branch information
german-bortoli committed Feb 16, 2017
1 parent ef6cf50 commit c337a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/logic/action/create.py
Expand Up @@ -60,6 +60,8 @@ def package_create(context, data_dict):
:param title: the title of the dataset (optional, default: same as
``name``)
:type title: string
:param private: If ``True`` creates a private dataset
:type private: string
:param author: the name of the dataset's author (optional)
:type author: string
:param author_email: the email address of the dataset's author (optional)
Expand Down

0 comments on commit c337a3e

Please sign in to comment.