QuizPaper created_at
This commit is contained in:
@ -1376,6 +1376,10 @@ const docTemplate = `{
|
||||
"type": "string",
|
||||
"example": "퀴즈 시트 설명"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"example": "2023-11-10T13:10:00+09:00"
|
||||
},
|
||||
"guid_id": {
|
||||
"type": "string",
|
||||
"example": "ef74c59a-c707-4162-a52b-455906c81ec1"
|
||||
@ -1510,6 +1514,10 @@ const docTemplate = `{
|
||||
"type": "string",
|
||||
"example": "퀴즈 시트 설명"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"example": "2023-11-10T13:10:00+09:00"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"example": 100001
|
||||
|
@ -1368,6 +1368,10 @@
|
||||
"type": "string",
|
||||
"example": "퀴즈 시트 설명"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"example": "2023-11-10T13:10:00+09:00"
|
||||
},
|
||||
"guid_id": {
|
||||
"type": "string",
|
||||
"example": "ef74c59a-c707-4162-a52b-455906c81ec1"
|
||||
@ -1502,6 +1506,10 @@
|
||||
"type": "string",
|
||||
"example": "퀴즈 시트 설명"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"example": "2023-11-10T13:10:00+09:00"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"example": 100001
|
||||
|
@ -172,6 +172,9 @@ definitions:
|
||||
content:
|
||||
example: 퀴즈 시트 설명
|
||||
type: string
|
||||
created_at:
|
||||
example: "2023-11-10T13:10:00+09:00"
|
||||
type: string
|
||||
guid_id:
|
||||
example: ef74c59a-c707-4162-a52b-455906c81ec1
|
||||
type: string
|
||||
@ -267,6 +270,9 @@ definitions:
|
||||
content:
|
||||
example: 퀴즈 시트 설명
|
||||
type: string
|
||||
created_at:
|
||||
example: "2023-11-10T13:10:00+09:00"
|
||||
type: string
|
||||
id:
|
||||
example: 100001
|
||||
type: integer
|
||||
|
Reference in New Issue
Block a user