Add an updated_at field to the API call for issue's attachment creation

The update date is applied to the issue's comment created to inform
about the modification of the issue's content, and is set as the
asset creation date.
This commit is contained in:
fluzz 2023-06-05 19:08:52 +02:00
commit 96150971ca
5 changed files with 45 additions and 6 deletions

View file

@ -6718,6 +6718,13 @@
"name": "name",
"in": "query"
},
{
"type": "string",
"format": "date-time",
"description": "time of the attachment's creation. This is a timestamp in RFC 3339 format",
"name": "updated_at",
"in": "query"
},
{
"type": "file",
"description": "attachment to upload",