fix(docs): fix typo in docs

pull/2792/head
Jakob Ankarhem 3 years ago committed by Jakob Ankarhem
parent c74b9dcfe7
commit 079b84c5ea
No known key found for this signature in database
GPG Key ID: 149CBB661002B3BE

@ -3236,7 +3236,7 @@ paths:
required: true
schema:
type: string
example: '0sJj7IUW2h6aB3U6o-flioB0ARc7nW2E3PFItYd6xPKf5'
example: '123456789'
- in: query
name: state
required: true
@ -3262,7 +3262,7 @@ paths:
Set-Cookie:
schema:
type: string
example: 'token=deleted; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT'
example: 'oidc-state=deleted; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT'
/user:
get:
summary: Get all users

Loading…
Cancel
Save