OpenAPI-PerlGenerator
view release on metacpan or search on metacpan
t/jira/jira.json view on Meta::CPAN
"write:issue:jira"
],
"state": "Beta"
}
]
}
},
"/rest/api/3/issue/{issueIdOrKey}/attachments": {
"post": {
"deprecated": false,
"description": "Adds one or more attachments to an issue. Attachments are posted as multipart/form-data ([RFC 1867](https://www.ietf.org/rfc/rfc1867.txt)).\n\nNote that:\n\n * The request must have a `X-Atlassian-Token: no-check` header, if ...
"operationId": "addAttachment",
"parameters": [
{
"description": "The ID or key of the issue that attachments are added to.",
"in": "path",
"name": "issueIdOrKey",
"required": true,
"schema": {
"type": "string"
}
( run in 0.234 second using v1.01-cache-2.11-cpan-0d8aa00de5b )