Logo
PostMan ADV API Documentation

Create issue

POST https://api.github.com/repos/:owner/:repo/issues

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://api.github.com/repos/:owner/:repo/issues' -H 'Content-Type: application/json' -d '{"title":"Found a bug","body":"I'm having a problem with this.","labels":["bug"]}'

ENDPOINTS