From 816f6a1876cc834962e9ec68df8935e86504f4a1 Mon Sep 17 00:00:00 2001 From: balzack <96387156+balzack@users.noreply.github.com> Date: Sat, 8 Jan 2022 23:39:17 -0800 Subject: [PATCH] Update api.oa3 --- doc/api.oa3 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/api.oa3 b/doc/api.oa3 index d370af27..a4654920 100644 --- a/doc/api.oa3 +++ b/doc/api.oa3 @@ -3911,8 +3911,6 @@ components: Article: type: object required: - - articleId - - revision - status - subject - labels @@ -3920,11 +3918,6 @@ components: - tagUpdated - tagRevision properties: - articleId: - type: string - revision: - type: integer - format: int64 status: type: string enum: [ unconfirmed, confirmed, complete, error ]