endpoint refresh token keycloak
This commit is contained in:
+20
-2
@@ -94,7 +94,6 @@ definitions:
|
||||
nomorTelepon:
|
||||
items:
|
||||
type: string
|
||||
minItems: 1
|
||||
type: array
|
||||
tanggalLahir:
|
||||
type: string
|
||||
@@ -105,7 +104,6 @@ definitions:
|
||||
- namaPasien
|
||||
- noKtp
|
||||
- noRekamMedis
|
||||
- nomorTelepon
|
||||
type: object
|
||||
antrianoperasi.PasienOperasi:
|
||||
properties:
|
||||
@@ -747,6 +745,26 @@ paths:
|
||||
summary: Get Table Antrian per Sub Spesialis
|
||||
tags:
|
||||
- Dashboard
|
||||
/keycloak/refresh-token:
|
||||
post:
|
||||
parameters:
|
||||
- description: Valid Refresh Token
|
||||
in: query
|
||||
name: refresh_token
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
schema:
|
||||
$ref: '#/definitions/shared.BaseResponse'
|
||||
"500":
|
||||
description: Internal Server Error
|
||||
schema:
|
||||
$ref: '#/definitions/shared.BaseErrorResponse'
|
||||
summary: Requesting new token to keycloak using refresh token
|
||||
tags:
|
||||
- Keycloak
|
||||
/reference/diagnosa/:
|
||||
get:
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user