Skip to content

Commit

Permalink
feat(API): Add url field to uploads (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan authored Dec 13, 2023
1 parent 3623478 commit 7332a84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions schemas/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7332a84

Please sign in to comment.