diff --git a/CHANGELOG.md b/CHANGELOG.md index a33a232..8de177b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [v3.791.0] - 2026-07-31 + +### Changed +- Updated `openapi` +- Updated `v3-biometric-authentication-entry` +- Updated `v3-biometric-enrollment-entry` +- Updated `v3-biometric-kyc-entry` +- Updated `v3-document-verification-entry` +- Updated `v3-enhanced-document-verification-entry` +- Updated `v3-enhanced-kyc-entry` +- Updated `v3-replay-callback` +- Updated `v3-report-user-fraud` +- Updated `v3-services` +- Updated `v3-smart-selfie-compare-entry` +- Updated `v3-verification-status` + + ## [v3.774.0] - 2026-07-24 ### Changed diff --git a/specs/v3/openapi.yaml b/specs/v3/openapi.yaml index eee8641..1049ede 100644 --- a/specs/v3/openapi.yaml +++ b/specs/v3/openapi.yaml @@ -3421,3 +3421,4 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN diff --git a/specs/v3/v3-biometric-authentication-entry.yaml b/specs/v3/v3-biometric-authentication-entry.yaml index 024214a..2b3742c 100644 --- a/specs/v3/v3-biometric-authentication-entry.yaml +++ b/specs/v3/v3-biometric-authentication-entry.yaml @@ -169,6 +169,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: BiometricAuthenticationRequest: type: object diff --git a/specs/v3/v3-biometric-enrollment-entry.yaml b/specs/v3/v3-biometric-enrollment-entry.yaml index a79aba2..fdb53f7 100644 --- a/specs/v3/v3-biometric-enrollment-entry.yaml +++ b/specs/v3/v3-biometric-enrollment-entry.yaml @@ -224,6 +224,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: BiometricEnrollmentRequest: type: object diff --git a/specs/v3/v3-biometric-kyc-entry.yaml b/specs/v3/v3-biometric-kyc-entry.yaml index da22269..38a1b6c 100644 --- a/specs/v3/v3-biometric-kyc-entry.yaml +++ b/specs/v3/v3-biometric-kyc-entry.yaml @@ -248,6 +248,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: BiometricKycRequest: type: object diff --git a/specs/v3/v3-document-verification-entry.yaml b/specs/v3/v3-document-verification-entry.yaml index 9ad8743..6393ea1 100644 --- a/specs/v3/v3-document-verification-entry.yaml +++ b/specs/v3/v3-document-verification-entry.yaml @@ -253,6 +253,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: DocumentVerificationRequest: type: object diff --git a/specs/v3/v3-enhanced-document-verification-entry.yaml b/specs/v3/v3-enhanced-document-verification-entry.yaml index bee2456..c48a763 100644 --- a/specs/v3/v3-enhanced-document-verification-entry.yaml +++ b/specs/v3/v3-enhanced-document-verification-entry.yaml @@ -263,6 +263,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: EnhancedDocumentVerificationRequest: type: object diff --git a/specs/v3/v3-enhanced-kyc-entry.yaml b/specs/v3/v3-enhanced-kyc-entry.yaml index 8ee7985..827b93d 100644 --- a/specs/v3/v3-enhanced-kyc-entry.yaml +++ b/specs/v3/v3-enhanced-kyc-entry.yaml @@ -231,6 +231,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: EnhancedKycRequest: type: object diff --git a/specs/v3/v3-replay-callback.yaml b/specs/v3/v3-replay-callback.yaml index 754c48b..f59f63a 100644 --- a/specs/v3/v3-replay-callback.yaml +++ b/specs/v3/v3-replay-callback.yaml @@ -169,6 +169,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: ReplayCallbackRequest: type: object diff --git a/specs/v3/v3-report-user-fraud.yaml b/specs/v3/v3-report-user-fraud.yaml index 91f894b..1b16426 100644 --- a/specs/v3/v3-report-user-fraud.yaml +++ b/specs/v3/v3-report-user-fraud.yaml @@ -32,6 +32,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: ReportUserFraudRequest: diff --git a/specs/v3/v3-services.yaml b/specs/v3/v3-services.yaml index 8c708ef..400556d 100644 --- a/specs/v3/v3-services.yaml +++ b/specs/v3/v3-services.yaml @@ -38,6 +38,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: BankCode: diff --git a/specs/v3/v3-smart-selfie-compare-entry.yaml b/specs/v3/v3-smart-selfie-compare-entry.yaml index f1a582e..a7793a6 100644 --- a/specs/v3/v3-smart-selfie-compare-entry.yaml +++ b/specs/v3/v3-smart-selfie-compare-entry.yaml @@ -179,6 +179,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN schemas: SmartSelfieCompareRequest: type: object diff --git a/specs/v3/v3-verification-status.yaml b/specs/v3/v3-verification-status.yaml index bacd1a0..b464d0d 100644 --- a/specs/v3/v3-verification-status.yaml +++ b/specs/v3/v3-verification-status.yaml @@ -144,6 +144,7 @@ components: in: header name: SmileID-Token description: JWT token obtained from `POST /v3/token`. + x-gitbook-token-placeholder: YOUR_GENERATED_TOKEN headers: ApiVersion: description: Deployed API version that served the response.