Skip to content

Commit f9e7c11

Browse files
committed
Fixes path id name
1 parent acedeeb commit f9e7c11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schema/braver-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ components:
984984
https://app.braver.net/?sso_token=...
985985
parameters:
986986
PathId:
987-
name: id
987+
name: ofysOrBraverId
988988
in: path
989989
required: true
990990
schema:

src/schema/frontend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ Le token peut aussi être utilisé comme sso_token pour https://app.braver.net/?
934934
},
935935
parameters: {
936936
PathId: {
937-
name: 'id',
937+
name: 'ofysOrBraverId',
938938
in: 'path',
939939
required: true,
940940
schema: { type: 'string' },

0 commit comments

Comments
 (0)