Skip to content

Test body parameter#1

Open
tegorov wants to merge 1 commit into
masterfrom
github-model-bug
Open

Test body parameter#1
tegorov wants to merge 1 commit into
masterfrom
github-model-bug

Conversation

@tegorov
Copy link
Copy Markdown
Owner

@tegorov tegorov commented Jun 9, 2021

This pull request was created through github api without body parameter:

curl \
  -X POST \
  -H "Accept: application/vnd.github.v3+json" \
  https://api.github.com/repos/tegorov/kotlin/pulls \
  -d '{"head":"github-model-bug","base":"master","title":"Test"}'

Get pull request data:

curl \
  -H "Accept: application/vnd.github.v3+json" \
  https://api.github.com/repos/tegorov/kotlin/pulls/1

Response:

{
    ...
    "title":"Test body parameter",
    "body":null,
    "created_at":"2021-06-09T08:35:35Z",
    ...
}

@tegorov tegorov changed the title Test Test body parameter Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant