diff --git a/setup/doc/api/tickets.md b/setup/doc/api/tickets.md index 8965e76109cafd1a0133ef6ab4ee3d3344eb5b57..a3ba24ef7d919e6ca1b553021556f40e4e0f2999 100644 --- a/setup/doc/api/tickets.md +++ b/setup/doc/api/tickets.md @@ -36,6 +36,7 @@ request content. following fields (_please refer to the format-specific examples below_): * __name__: *required* name of the file to be attached. Multiple files with the same name are allowable + * __data__: *required* contents of the file to be attached. * __type__: Mime type of the file. Default is `text/plain` * __encoding__: Set to `base64` if content is base64 encoded