@@ -400,7 +400,7 @@ components:
400400 type : string
401401 x-stream-index : " 002.001"
402402 type :
403- default : export.moderation_logs .error
403+ default : export.bulk_image_moderation .error
404404 type : string
405405 x-stream-index : " 003.002"
406406 required :
@@ -1442,38 +1442,60 @@ components:
14421442 enabled :
14431443 type : boolean
14441444 x-stream-index : " 001"
1445+ required :
1446+ - enabled
14451447 type : object
14461448 DeviceResponse :
1449+ description : Response for Device
1450+ nullable : true
14471451 properties :
14481452 created_at :
1449- $ref : ' #/components/schemas/Timestamp'
1450- x-stream-index : " 001"
1453+ description : Date/time of creation
1454+ format : date-time
1455+ title : Created at
1456+ type : string
1457+ x-stream-index : " 004"
14511458 disabled :
1459+ description : Whether device is disabled or not
1460+ title : Disabled
14521461 type : boolean
14531462 x-stream-index : " 005"
14541463 disabled_reason :
1464+ description : Reason explaining why device had been disabled
1465+ title : Reason
14551466 type : string
14561467 x-stream-index : " 006"
14571468 id :
1469+ description : Device ID
1470+ title : ID
14581471 type : string
1459- x-stream-index : " 002 "
1472+ x-stream-index : " 003 "
14601473 push_provider :
1474+ description : Push provider
1475+ title : PushProvider
14611476 type : string
1462- x-stream-index : " 003 "
1477+ x-stream-index : " 001 "
14631478 push_provider_name :
1479+ description : Push provider name
1480+ title : PushProviderName
14641481 type : string
1465- x-stream-index : " 007 "
1482+ x-stream-index : " 002 "
14661483 user_id :
1484+ description : User ID
1485+ title : UserID
14671486 type : string
1468- x-stream-index : " 004 "
1487+ x-stream-index : " 008 "
14691488 voip :
1489+ description : When true the token is for Apple VoIP push notifications
1490+ title : Voip
14701491 type : boolean
1471- x-stream-index : " 008 "
1492+ x-stream-index : " 007 "
14721493 required :
1473- - created_at
1474- - id
14751494 - push_provider
1495+ - id
1496+ - created_at
14761497 - user_id
1498+ title : DeviceResponse
14771499 type : object
14781500 DraftPayloadResponse :
14791501 properties :
@@ -3440,21 +3462,22 @@ components:
34403462 properties :
34413463 delivery_receipts :
34423464 $ref : ' #/components/schemas/DeliveryReceiptsResponse'
3443- x-stream-index : " 001 "
3465+ x-stream-index : " 003 "
34443466 read_receipts :
34453467 $ref : ' #/components/schemas/ReadReceiptsResponse'
34463468 x-stream-index : " 002"
34473469 typing_indicators :
34483470 $ref : ' #/components/schemas/TypingIndicatorsResponse'
3449- x-stream-index : " 003 "
3471+ x-stream-index : " 001 "
34503472 type : object
34513473 PushNotificationSettingsResponse :
34523474 properties :
34533475 disabled :
34543476 type : boolean
34553477 x-stream-index : " 001"
34563478 disabled_until :
3457- $ref : ' #/components/schemas/Timestamp'
3479+ format : date-time
3480+ type : string
34583481 x-stream-index : " 002"
34593482 type : object
34603483 RTMPIngress :
@@ -3641,6 +3664,8 @@ components:
36413664 enabled :
36423665 type : boolean
36433666 x-stream-index : " 001"
3667+ required :
3668+ - enabled
36443669 type : object
36453670 RecordSettingsResponse :
36463671 properties :
@@ -4489,6 +4514,8 @@ components:
44894514 enabled :
44904515 type : boolean
44914516 x-stream-index : " 001"
4517+ required :
4518+ - enabled
44924519 type : object
44934520 UpdateTaskRequest :
44944521 nullable : true
@@ -4553,102 +4580,153 @@ components:
45534580 - id
45544581 type : object
45554582 UserResponse :
4583+ description : User response object
45564584 properties :
45574585 avg_response_time :
45584586 format : int32
45594587 type : integer
4560- x-stream-index : " 013 "
4588+ x-stream-index : " 001.018 "
45614589 ban_expires :
4562- $ref : ' #/components/schemas/Timestamp'
4563- x-stream-index : " 014"
4590+ description : Date when ban expires
4591+ format : date-time
4592+ title : Ban expires
4593+ type : string
4594+ x-stream-index : " 004"
45644595 banned :
4596+ description : Whether a user is banned or not
4597+ title : Banned
45654598 type : boolean
4566- x-stream-index : " 001"
4599+ x-stream-index : " 001.012 "
45674600 blocked_user_ids :
45684601 items :
45694602 type : string
45704603 type : array
4571- x-stream-index : " 010"
4604+ x-stream-index : " 001.017"
4605+ bypass_moderation :
4606+ type : boolean
4607+ x-stream-index : " 003"
45724608 created_at :
4573- $ref : ' #/components/schemas/Timestamp'
4574- x-stream-index : " 002"
4609+ description : Date/time of creation
4610+ format : date-time
4611+ title : Created at
4612+ type : string
4613+ x-stream-index : " 001.009"
45754614 custom :
45764615 additionalProperties : {}
4616+ description : Custom data for this object
4617+ title : Custom data
45774618 type : object
4578- x-stream-index : " 012 "
4619+ x-stream-index : " 001.004 "
45794620 deactivated_at :
4580- $ref : ' #/components/schemas/Timestamp'
4581- x-stream-index : " 015"
4621+ description : Date of deactivation
4622+ format : date-time
4623+ title : Deactivated at
4624+ type : string
4625+ x-stream-index : " 001.016"
45824626 deleted_at :
4583- $ref : ' #/components/schemas/Timestamp'
4584- x-stream-index : " 016"
4627+ description : Date/time of deletion
4628+ format : date-time
4629+ title : Deleted at
4630+ type : string
4631+ x-stream-index : " 001.011"
45854632 devices :
4633+ description : List of devices user is using
45864634 items :
45874635 $ref : ' #/components/schemas/DeviceResponse'
4636+ title : Devices
45884637 type : array
4589- x-stream-index : " 021 "
4638+ x-stream-index : " 007 "
45904639 id :
4640+ description : Unique user identifier
4641+ title : ID
45914642 type : string
4592- x-stream-index : " 003 "
4643+ x-stream-index : " 001.001 "
45934644 image :
4645+ title : Image
45944646 type : string
4595- x-stream-index : " 017 "
4647+ x-stream-index : " 001.003 "
45964648 invisible :
45974649 type : boolean
4598- x-stream-index : " 004 "
4650+ x-stream-index : " 008 "
45994651 language :
4652+ description : Preferred language of a user
4653+ title : Language
46004654 type : string
4601- x-stream-index : " 005"
4655+ x-stream-index : " 001. 005"
46024656 last_active :
4603- $ref : ' #/components/schemas/Timestamp'
4604- x-stream-index : " 018"
4657+ description : Date of last activity
4658+ format : date-time
4659+ title : Last active
4660+ type : string
4661+ x-stream-index : " 001.014"
46054662 name :
4663+ description : Optional name of user
4664+ title : Name
46064665 type : string
4607- x-stream-index : " 019 "
4666+ x-stream-index : " 001.002 "
46084667 online :
4668+ description : Whether a user online or not
4669+ title : Online
46094670 type : boolean
4610- x-stream-index : " 006 "
4671+ x-stream-index : " 001.013 "
46114672 privacy_settings :
46124673 $ref : ' #/components/schemas/PrivacySettingsResponse'
4613- x-stream-index : " 022"
4674+ description : User privacy settings
4675+ title : Privacy settings
4676+ x-stream-index : " 006"
46144677 push_notifications :
46154678 $ref : ' #/components/schemas/PushNotificationSettingsResponse'
4616- x-stream-index : " 023"
4679+ description : User push notification settings
4680+ title : Push notifications
4681+ x-stream-index : " 005"
46174682 revoke_tokens_issued_before :
4618- $ref : ' #/components/schemas/Timestamp'
4619- x-stream-index : " 020"
4683+ description : Revocation date for tokens
4684+ format : date-time
4685+ title : Revoke tokens issued before
4686+ type : string
4687+ x-stream-index : " 001.015"
46204688 role :
4689+ description : Determines the set of user permissions
4690+ title : Role
46214691 type : string
4622- x-stream-index : " 007 "
4692+ x-stream-index : " 001.006 "
46234693 shadow_banned :
4694+ description : Whether a user is shadow banned
4695+ title : Shadow banned
46244696 type : boolean
4625- x-stream-index : " 008 "
4697+ x-stream-index : " 002 "
46264698 teams :
4699+ description : List of teams user is a part of
46274700 items :
46284701 type : string
4702+ title : Teams
46294703 type : array
4630- x-stream-index : " 011 "
4704+ x-stream-index : " 001.007 "
46314705 teams_role :
46324706 additionalProperties :
46334707 type : string
46344708 type : object
4635- x-stream-index : " 024 "
4709+ x-stream-index : " 001.008 "
46364710 updated_at :
4637- $ref : ' #/components/schemas/Timestamp'
4638- x-stream-index : " 009"
4711+ description : Date/time of the last update
4712+ format : date-time
4713+ title : Updated at
4714+ type : string
4715+ x-stream-index : " 001.010"
46394716 required :
4640- - banned
4641- - created_at
46424717 - id
4643- - invisible
4718+ - custom
46444719 - language
4645- - online
46464720 - role
4647- - shadow_banned
4721+ - teams
4722+ - created_at
46484723 - updated_at
4724+ - banned
4725+ - online
46494726 - blocked_user_ids
4650- - teams
4651- - custom
4727+ - shadow_banned
4728+ - invisible
4729+ title : UserResponse
46524730 type : object
46534731 VideoSettingsResponse :
46544732 properties :
@@ -4758,7 +4836,7 @@ components:
47584836 type : apiKey
47594837info :
47604838 title : Stream API
4761- version : v226.15 .0
4839+ version : v226.16 .0
47624840openapi : 3.0.3
47634841paths :
47644842 /api/v1/moderation/chat_message_tasks :
0 commit comments