Update goext|gognecht dependencies to new module-root 'git.blackforestbytes'
This commit is contained in:
@@ -1436,6 +1436,7 @@ paths:
|
||||
Simply start the pagination without a next_page_token and get the next page by calling this endpoint with the returned next_page_token of the last query
|
||||
If there are no more entries the token "@end" will be returned
|
||||
By default we return long messages with a trimmed body, if trimmed=false is supplied we return full messages (this reduces the max page_size)
|
||||
By default returns only messages with an [active+confirmed] subscription, can supply subscription_status=all to als include inactive subscriptions or owned messages without subscriptions
|
||||
operationId: api-messages-list
|
||||
parameters:
|
||||
- description: RFC3339
|
||||
@@ -1485,12 +1486,24 @@ paths:
|
||||
type: string
|
||||
name: sender
|
||||
type: array
|
||||
- collectionFormat: csv
|
||||
in: query
|
||||
items:
|
||||
type: string
|
||||
name: sender_user_id
|
||||
type: array
|
||||
- collectionFormat: csv
|
||||
in: query
|
||||
items:
|
||||
type: string
|
||||
name: string_search
|
||||
type: array
|
||||
- enum:
|
||||
- subscribed
|
||||
- all
|
||||
in: query
|
||||
name: subscription_status
|
||||
type: string
|
||||
- in: query
|
||||
name: trimmed
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user