Gitea Rest Api Issue Create Example is an example object payload from Gitea, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operation": {
"method": "POST",
"path": "/repos/{owner}/{repo}/issues",
"operationId": "issueCreateIssue",
"summary": "Create an issue. If using deadline only the date will be taken into account, and time of day ignored.",
"tags": [
"issue"
]
},
"request": {
"headers": {
"Authorization": "token abc123",
"Content-Type": "application/json"
},
"body": {
"title": "Bug report",
"body": "Steps to reproduce...",
"labels": [
1,
2
],
"assignees": [
"octocat"
]
}
},
"response": {
"status": 201,
"body": {}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.