From 9e3a1532e13608138ba6e7a76394cc8a1748aed0 Mon Sep 17 00:00:00 2001 From: Mladen Jablanovic Date: Tue, 12 Dec 2023 13:55:07 +0100 Subject: [PATCH] feat(API): Add url field to uploads --- doc/compiled.json | 4 ++++ schemas/upload.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/compiled.json b/doc/compiled.json index f7b9a5451..51e1467db 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -1724,6 +1724,10 @@ "tag": { "type": "string" }, + "url": { + "type": "string", + "description": "The URL to the upload in Phrase Strings app.\n" + }, "summary": { "type": "object", "properties": { diff --git a/schemas/upload.yaml b/schemas/upload.yaml index 46270822d..515edd141 100644 --- a/schemas/upload.yaml +++ b/schemas/upload.yaml @@ -13,6 +13,10 @@ upload: type: string tag: type: string + url: + type: string + description: | + The URL to the upload in Phrase Strings app. summary: type: object properties: