Skip to content

Commit 7435c51

Browse files
committed
fixed github.projects.card.create example. should be content_id instead of id
1 parent 29f93a8 commit 7435c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github_api/client/projects/cards.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get(*args)
6565
#
6666
# @example
6767
# github = Github.new
68-
# github.projects.cards.create :column_id, id: <content-id>, content_type: 'content-type'
68+
# github.projects.cards.create :column_id, content_id: <content-id>, content_type: 'content-type'
6969
#
7070
# @see https://developer.github.com/v3/projects/cards/#create-a-project-card
7171
#

0 commit comments

Comments
 (0)