- K8sUtil 파일 삭제
- 승인관리 완전삭제 기능 추가 - DJBank로 명칭 업데이트
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"openapi": "3.0.0",
|
||||
"info": {
|
||||
"title": "광주은행 OAuth 2.0 토큰 발급",
|
||||
"title": "DJBank OAuth 2.0 토큰 발급",
|
||||
"description": "OAuth 2.0 토큰 발급을 위한 API 문서입니다.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
@@ -28,7 +28,7 @@
|
||||
"paths": {
|
||||
"/api/v1/oauth/token": {
|
||||
"post": {
|
||||
"summary": "광주은행 액세스 토큰 발급",
|
||||
"summary": "DJBank 액세스 토큰 발급",
|
||||
"description": "client_credentials grant type을 사용하여 액세스 토큰을 발급받습니다.",
|
||||
"security": [
|
||||
{
|
||||
@@ -51,12 +51,12 @@
|
||||
"client_id": {
|
||||
"type": "string",
|
||||
"maxLength": 256,
|
||||
"description": "광주은행에서 발급한 client id"
|
||||
"description": "DJBank에서 발급한 client id"
|
||||
},
|
||||
"client_secret": {
|
||||
"type": "string",
|
||||
"maxLength": 512,
|
||||
"description": "광주은행에서 발급한 client secret"
|
||||
"description": "DJBank에서 발급한 client secret"
|
||||
},
|
||||
"scope": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user