From 7332a84f9958346f2fb28dee4b0353519ef466d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mladen=20Jablanovi=C4=87?= Date: Wed, 13 Dec 2023 11:29:36 +0100 Subject: [PATCH] feat(API): Add url field to uploads (#481) --- doc/compiled.json | 4 ++++ schemas/upload.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/compiled.json b/doc/compiled.json index 72a692b7..ce9c8b39 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 46270822..515edd14 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: