Skip to content

Commit

Permalink
feat: DIA-1748: Add API schema def for product tour and in projects
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Dec 20, 2024
1 parent 3cac8a4 commit 57af2f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fern/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8982,6 +8982,9 @@ components:
title: Organization
type: integer
nullable: true
prompt:
$ref: "#/components/schemas/Prompt"
nullable: true
color:
title: Color
type: string
Expand Down
14 changes: 14 additions & 0 deletions fern/openapi/overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
paths:
/api/current-user/product-tour:
get:
$ref: "./resources/users.yaml#/paths/~1api~1current-user~1product-tour/get"
x-fern-sdk-group-name: users
x-fern-sdk-method-name: get_product_tour
x-fern-audiences:
- internal
patch:
$ref: "./resources/users.yaml#/paths/~1api~1current-user~1product-tour/patch"
x-fern-sdk-group-name: users
x-fern-sdk-method-name: update_product_tour
x-fern-audiences:
- internal

/api/prompts/:
get:
$ref: "./resources/prompts.yaml#/paths/~1api~1prompts/get"
Expand Down

0 comments on commit 57af2f1

Please sign in to comment.