Skip to content

Commit f1d6534

Browse files
author
nik
committed
Modify schema
1 parent 821f42a commit f1d6534

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

fern/openapi/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ paths:
15631563
title: title
15641564
description: Project title
15651565
type: string
1566+
example: My project
15661567
description:
15671568
title: description
15681569
description: Project description
@@ -1627,6 +1628,7 @@ paths:
16271628
title: title
16281629
description: Project title
16291630
type: string
1631+
example: My project
16301632
description:
16311633
title: description
16321634
description: Project description

fern/openapi/overrides.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
paths:
2-
/api/projects/:
3-
post:
4-
summary: List of Projects
52
/api/tasks/:
63
get:
74
responses:

0 commit comments

Comments
 (0)