Skip to content

Commit

Permalink
Merge pull request #474 from mosip/ase-101-patch-3
Browse files Browse the repository at this point in the history
ES-842 Update esignet-signup-openapi.yaml
  • Loading branch information
ckm007 authored Dec 16, 2024
2 parents f99cf3b + ca62414 commit 2fe45fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/esignet-signup-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,8 @@ paths:
- invalid_request
- grant_exchange_failed
- userinfo_failed
- invalid_authorization_code
- invalid_state
errorMessage:
type: string
headers:
Expand Down Expand Up @@ -891,7 +893,7 @@ paths:
- name: X-XSRF-TOKEN
in: header
description: CSRF token as set in cookie key 'XSRF-TOKEN'
required: false
required: true
schema:
type: string
- schema:
Expand Down Expand Up @@ -1133,6 +1135,8 @@ paths:
type: object
required:
- slotId
- stepCode
- frames
properties:
slotId:
type: string
Expand Down

0 comments on commit 2fe45fa

Please sign in to comment.