Skip to content

Commit 3aa380b

Browse files
committed
feat(API): document tags attribute of an upload #STRINGS-1221
1 parent b11652b commit 3aa380b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

doc/compiled.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,15 @@
17581758
"type": "string"
17591759
},
17601760
"tag": {
1761-
"type": "string"
1761+
"type": "string",
1762+
"description": "Unique tag of the upload\n"
1763+
},
1764+
"tags": {
1765+
"type": "array",
1766+
"items": {
1767+
"type": "string"
1768+
},
1769+
"description": "List of tags that were assigned to the uploaded keys\n"
17621770
},
17631771
"url": {
17641772
"type": "string",

schemas/upload.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ upload:
1313
type: string
1414
tag:
1515
type: string
16+
description: |
17+
Unique tag of the upload
18+
tags:
19+
type: array
20+
items:
21+
type: string
22+
description: |
23+
List of tags that were assigned to the uploaded keys
1624
url:
1725
type: string
1826
description: |

0 commit comments

Comments
 (0)