소스 검색

docs: add description

poeti8 5 년 전
부모
커밋
e5e2198da1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      docs/api/api.ts

+ 6 - 0
docs/api/api.ts

@@ -371,6 +371,9 @@ export default {
           target: {
             type: "string"
           },
+          description: {
+            type: "string"
+          },
           updated_at: {
             type: "string",
             format: "date-time"
@@ -518,6 +521,9 @@ export default {
           target: {
             type: "string"
           },
+          description: {
+            type: "string"
+          },
           password: {
             type: "string"
           },