Update api.oa3

This commit is contained in:
balzack 2022-01-08 23:39:17 -08:00 committed by GitHub
parent 1ed0153b82
commit 816f6a1876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ]