mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
Update api.oa3
This commit is contained in:
parent
0999259d16
commit
1ed0153b82
@ -3705,9 +3705,6 @@ components:
|
|||||||
contentRevision:
|
contentRevision:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
converstaionRevision:
|
|
||||||
type: integer
|
|
||||||
format: int64
|
|
||||||
|
|
||||||
CardProfile:
|
CardProfile:
|
||||||
type: object
|
type: object
|
||||||
@ -3756,8 +3753,8 @@ components:
|
|||||||
- cardId
|
- cardId
|
||||||
- cardProfile
|
- cardProfile
|
||||||
- cardData
|
- cardData
|
||||||
|
- profileRevision
|
||||||
- contentRevision
|
- contentRevision
|
||||||
- conversationRevision
|
|
||||||
properties:
|
properties:
|
||||||
cardId:
|
cardId:
|
||||||
type: string
|
type: string
|
||||||
@ -3765,10 +3762,10 @@ components:
|
|||||||
$ref: '#/components/schemas/CardProfile'
|
$ref: '#/components/schemas/CardProfile'
|
||||||
cardData:
|
cardData:
|
||||||
$ref: '#/components/schemas/CardData'
|
$ref: '#/components/schemas/CardData'
|
||||||
contentRevision:
|
profileRevision:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
converstaionRevision:
|
contentRevision:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user