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