Skip to content

Commit 70c4326

Browse files
loudonlunestephenfin
authored andcommitted
docs: Add generated API schemas
Signed-off-by: Adam Hassick <[email protected]> Acked-by: Aaron Conole <[email protected]> [stephenfin: Rename Project field from parse_dependencies to show_dependencies.] Signed-off-by: Stephen Finucane <[email protected]>
1 parent 4c58fc5 commit 70c4326

File tree

2 files changed

+3265
-1
lines changed

2 files changed

+3265
-1
lines changed

docs/api/schemas/latest/patchwork.yaml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ info:
1313
license:
1414
name: GPL v2 License
1515
url: https://www.gnu.org/licenses/gpl-2.0.html
16-
version: '1.3'
16+
version: '1.4'
1717
paths:
1818
/api:
1919
get:
@@ -2525,6 +2525,9 @@ components:
25252525
commit_url_format:
25262526
title: Web SCM URL format for a particular commit
25272527
type: string
2528+
show_dependencies:
2529+
title: Whether the parse dependencies feature is enabled.
2530+
type: boolean
25282531
Series:
25292532
type: object
25302533
title: Series
@@ -2605,6 +2608,22 @@ components:
26052608
$ref: '#/components/schemas/PatchEmbedded'
26062609
readOnly: true
26072610
uniqueItems: true
2611+
dependencies:
2612+
title: Dependencies
2613+
type: array
2614+
items:
2615+
type: string
2616+
format: url
2617+
readOnly: true
2618+
uniqueItems: true
2619+
dependents:
2620+
title: Dependents
2621+
type: array
2622+
items:
2623+
type: string
2624+
format: url
2625+
readOnly: true
2626+
uniqueItems: true
26082627
User:
26092628
type: object
26102629
title: User

0 commit comments

Comments
 (0)