endpoint refresh token keycloak

This commit is contained in:
renaldybrada
2026-02-19 14:13:25 +07:00
parent af80d8c7f6
commit 2ca3cf3564
11 changed files with 233 additions and 12 deletions
+20 -2
View File
@@ -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: