Skip to content

Commit 24ad702

Browse files
Merge pull request #31 from rarimo/fix/docs
Change event_id description
2 parents 1112f55 + a3e1453 commit 24ad702

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/spec/components/parameters/eventIdParam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
in: query
22
name: 'event_id'
33
required: false
4-
description: "Event ID"
4+
description: "Unique random decimal on which the nullifiers depends. [See more details](https://github.com/rarimo/passport-zk-circuits?tab=readme-ov-file#eventid)."
55
example: "2234556494903931186902189494613533900917417361106374681011849132651019822199"
66
schema:
77
type: string

docs/spec/components/schemas/Parameters.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ allOf:
2424
properties:
2525
event_id:
2626
type: string
27+
description: "Unique random decimal on which the nullifiers depends. [See more details](https://github.com/rarimo/passport-zk-circuits?tab=readme-ov-file#eventid)."
2728
example: "134934934030489134341633902189494613533900917417361106374681011849132651019822199"
2829
event_data:
2930
type: string

docs/spec/components/schemas/ProofParams.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ allOf:
2323
properties:
2424
event_id:
2525
type: string
26+
description: "Unique random decimal on which the nullifiers depends. [See more details](https://github.com/rarimo/passport-zk-circuits?tab=readme-ov-file#eventid)."
2627
example: "134934934030489134341633902189494613533900917417361106374681011849132651019822199"
2728
event_data:
2829
type: string

docs/spec/components/schemas/ProofParamsLight.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ allOf:
2323
properties:
2424
event_id:
2525
type: string
26+
description: "Unique random decimal on which the nullifiers depends. [See more details](https://github.com/rarimo/passport-zk-circuits?tab=readme-ov-file#eventid)."
2627
example: "134934934030489134341633902189494613533900917417361106374681011849132651019822199"
2728
event_data:
2829
type: string

docs/spec/components/schemas/User.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allOf:
2626
event_id:
2727
type: string
2828
example: "2234556494903931186902189494613533900917417361106374681011849132651019822199"
29-
description: "Event ID of event"
29+
description: "Unique random decimal on which the nullifiers depends. [See more details](https://github.com/rarimo/passport-zk-circuits?tab=readme-ov-file#eventid)."
3030
sex:
3131
type: boolean
3232
example: true

0 commit comments

Comments
 (0)