diff --git a/WebContent/js/djb/apispec/app.js b/WebContent/js/djb/apispec/app.js
index 649762e..543ce4c 100644
--- a/WebContent/js/djb/apispec/app.js
+++ b/WebContent/js/djb/apispec/app.js
@@ -381,7 +381,7 @@
`
${escapeHtml(op.method.value)}
${escapeHtml(op.path.value)}
- π κ²μ΄νΈμ¨μ΄μμ μλ λκΈ°ν
+ π κ²μ΄νΈμ¨μ΄ μ€μ
` +
fieldRow('Operation ID', lockedInput((window.DJB_CTX && window.DJB_CTX.eaiSvcName) || op.operationId.value), { locked: true }) +
fieldRow('API νμ΄ν', input(i.title.value, 'data-path="info.title.value"', { required: true }), { required: true }) +
@@ -1031,6 +1031,7 @@
${groupChips || 'μ νλ κ·Έλ£Ή μμ'}
+ API κ·Έλ£Ήμ μ€μ νμ§ μμΌλ©΄ ν¬νμ κ²μλμ§ μμ΅λλ€.
API κ·Έλ£Ήμ apiGroupMan(API κ·Έλ£Ή κ΄λ¦¬)μμλ κ΄λ¦¬λ©λλ€.
`, { bordered: true }) +
fieldRow('ν¬ν κ²μ νμ±ν', ``, { bordered: true }) +
@@ -1041,7 +1042,7 @@
- μ λΆ μ ν μ λ‘κ·ΈμΈ μ¬μ©μ μ 체μκ² κ³΅κ°λ©λλ€.
+ μ νμ λΉ λ‘κ·ΈμΈ μ¬μ©μμκ² κ³΅κ° λμ§ μμ΅λλ€.
`, { bordered: true }) +
(showOrg ? fieldRow('κ³΅κ° λ²μΈ',
`
@@ -2005,6 +2006,8 @@
if (res.responseType) pp.responseType = res.responseType;
if (res.mockUrl) pp.mockUrl = decodeEntities(res.mockUrl);
if (res.apiGroups) { try { pp.apiGroups = JSON.parse(res.apiGroups) || []; } catch (e) { pp.apiGroups = []; } }
+ // μ€λͺ
(API μκ° νμ΄μ§) β spec μ λ―Έν¬ν¨, description 컬λΌμ λ³λ μ μ₯ β λ³λ νλλ‘ λ³΅μ
+ if (res.description) state.data.info.description = wrap(decodeEntities(res.description));
// μμ²/μλ΅ λ©μμ§ μ€ν(HTML) β μ μ₯λ³Έμ μ μ₯κ°, μλμμ±λΆμ νλ‘ νΈμμ μμ±
state.data.msgSpec = state.data.msgSpec || { request: '', response: '' };
if (res.apiRequestSpec) state.data.msgSpec.request = decodeEntities(res.apiRequestSpec);