We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f93a8 commit 7435c51Copy full SHA for 7435c51
1 file changed
lib/github_api/client/projects/cards.rb
@@ -65,7 +65,7 @@ def get(*args)
65
#
66
# @example
67
# github = Github.new
68
- # github.projects.cards.create :column_id, id: <content-id>, content_type: 'content-type'
+ # github.projects.cards.create :column_id, content_id: <content-id>, content_type: 'content-type'
69
70
# @see https://developer.github.com/v3/projects/cards/#create-a-project-card
71
0 commit comments