Skip to content

Commit 7d0e27e

Browse files
niklubnik
and
nik
authored
fix: DIA-1840: Add project.id in create response (#51)
Co-authored-by: nik <[email protected]>
1 parent baa1955 commit 7d0e27e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fern/openapi/openapi.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,11 @@ paths:
23342334
description: Project
23352335
type: object
23362336
properties:
2337+
id:
2338+
title: id
2339+
description: Project ID
2340+
type: integer
2341+
example: 1
23372342
title:
23382343
title: title
23392344
description: Project title

0 commit comments

Comments
 (0)