Update api.oa3

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

View File

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