From 40858af9f9bdecc1c05315fd93af14e698233cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20de=20Groot?= <michael@intoparty.com> Date: Mon, 15 Aug 2016 21:28:20 +0200 Subject: [PATCH] Missing field in docs --- setup/doc/api/tickets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/doc/api/tickets.md b/setup/doc/api/tickets.md index 8965e7610..a3ba24ef7 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 -- GitLab