Skip to content

Commit

Permalink
📦 [#4115] Regenerate OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Apr 19, 2024
1 parent 6a0c8e4 commit 6c79b50
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6570,17 +6570,29 @@ components:
AnalyticsToolsConfig:
type: object
properties:
govmetricSourceId:
govmetricSourceIdFormFinished:
type: string
description: Your GovMetric source ID - This is created by KLANTINFOCUS
when a list of questions is created. It is a numerical value that is unique
per set of questions.
description: Your GovMetric source ID for when a form is finished - This
is created by KLANTINFOCUS when a list of questions is created. It is
a numerical value that is unique per set of questions.
maxLength: 10
govmetricSecureGuid:
govmetricSourceIdFormAborted:
type: string
description: Your GovMetric secure GUID - This is an optional value. It
description: Your GovMetric source ID for when a form is aborted - This
is created by KLANTINFOCUS when a list of questions is created. It is
a string that is unique per set of questions.
a numerical value that is unique per set of questions.
maxLength: 10
govmetricSecureGuidFormFinished:
type: string
description: Your GovMetric secure GUID for when a form is finished - This
is an optional value. It is created by KLANTINFOCUS when a list of questions
is created. It is a string that is unique per set of questions.
maxLength: 50
govmetricSecureGuidFormAborted:
type: string
description: Your GovMetric secure GUID for when a form is aborted - This
is an optional value. It is created by KLANTINFOCUS when a list of questions
is created. It is a string that is unique per set of questions.
maxLength: 50
enableGovmetricAnalytics:
type: boolean
Expand Down

0 comments on commit 6c79b50

Please sign in to comment.