Commit 7316f25
cli: Add support for private attachments
As per the [Bugzilla Attachment API][bzapi] the `is_private` keyword can
be included to make an attachment private.
This commit adds that support to the attachment verb.
It has been tested against Bugzilla v5.0.6
[bzapi]:
https://bugzilla.readthedocs.io/en/stable/api/core/v1/attachment.html#create-attachment1 parent 7de8b22 commit 7316f25
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
| 426 | + | |
425 | 427 | | |
426 | 428 | | |
427 | 429 | | |
| |||
1015 | 1017 | | |
1016 | 1018 | | |
1017 | 1019 | | |
| 1020 | + | |
| 1021 | + | |
1018 | 1022 | | |
1019 | 1023 | | |
1020 | 1024 | | |
| |||
0 commit comments