From 1ed0153b82bbf2de1da075b80e93f84d2b80e676 Mon Sep 17 00:00:00 2001 From: balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 7 Jan 2022 23:00:12 -0800 Subject: [PATCH] Update api.oa3 --- doc/api.oa3 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/api.oa3 b/doc/api.oa3 index 2fa2d347..d370af27 100644 --- a/doc/api.oa3 +++ b/doc/api.oa3 @@ -3705,9 +3705,6 @@ components: contentRevision: type: integer format: int64 - converstaionRevision: - type: integer - format: int64 CardProfile: type: object @@ -3756,8 +3753,8 @@ components: - cardId - cardProfile - cardData + - profileRevision - contentRevision - - conversationRevision properties: cardId: type: string @@ -3765,10 +3762,10 @@ components: $ref: '#/components/schemas/CardProfile' cardData: $ref: '#/components/schemas/CardData' - contentRevision: + profileRevision: type: integer format: int64 - converstaionRevision: + contentRevision: type: integer format: int64