diff --git a/server/api/openapi.yaml b/server/api/openapi.yaml index 6755892..6bec7fa 100644 --- a/server/api/openapi.yaml +++ b/server/api/openapi.yaml @@ -1346,11 +1346,11 @@ components: Notice: type: object - required: [id, type, title_zh, title_en, body_zh, body_en, published_at, unread] + required: [id, type, title_zh, title_en, published_at, unread] properties: id: - type: string - format: uuid + type: integer + format: int64 description: 公告 UUID type: type: string