mirror of
https://github.com/logos-messaging/logos-messaging-rest-api.git
synced 2026-01-07 16:33:08 +00:00
fix: camelCase vs snake_case (#3)
This commit is contained in:
parent
b457cb9397
commit
d5ab3e91e3
@ -174,16 +174,16 @@ StoreResponse:
|
|||||||
HistoryCursor:
|
HistoryCursor:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
pubsub_topic:
|
pubsubTopic:
|
||||||
type: string
|
type: string
|
||||||
sender_time:
|
senderTime:
|
||||||
type: string
|
type: string
|
||||||
store_time:
|
storeTime:
|
||||||
type: string
|
type: string
|
||||||
digest:
|
digest:
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- pubsub_topic
|
- pubsubTopic
|
||||||
- sender_time
|
- senderTime
|
||||||
- store_time
|
- storeTime
|
||||||
- digest
|
- digest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user