@@ -400,7 +400,7 @@ components:
400400 type : string
401401 x-stream-index : " 002.001"
402402 type :
403- default : export.bulk_image_moderation .error
403+ default : export.moderation_logs .error
404404 type : string
405405 x-stream-index : " 003.002"
406406 required :
@@ -1442,60 +1442,38 @@ components:
14421442 enabled :
14431443 type : boolean
14441444 x-stream-index : " 001"
1445- required :
1446- - enabled
14471445 type : object
14481446 DeviceResponse :
1449- description : Response for Device
1450- nullable : true
14511447 properties :
14521448 created_at :
1453- description : Date/time of creation
1454- format : date-time
1455- title : Created at
1456- type : string
1457- x-stream-index : " 004"
1449+ $ref : ' #/components/schemas/Timestamp'
1450+ x-stream-index : " 001"
14581451 disabled :
1459- description : Whether device is disabled or not
1460- title : Disabled
14611452 type : boolean
14621453 x-stream-index : " 005"
14631454 disabled_reason :
1464- description : Reason explaining why device had been disabled
1465- title : Reason
14661455 type : string
14671456 x-stream-index : " 006"
14681457 id :
1469- description : Device ID
1470- title : ID
14711458 type : string
1472- x-stream-index : " 003 "
1459+ x-stream-index : " 002 "
14731460 push_provider :
1474- description : Push provider
1475- title : PushProvider
14761461 type : string
1477- x-stream-index : " 001 "
1462+ x-stream-index : " 003 "
14781463 push_provider_name :
1479- description : Push provider name
1480- title : PushProviderName
14811464 type : string
1482- x-stream-index : " 002 "
1465+ x-stream-index : " 007 "
14831466 user_id :
1484- description : User ID
1485- title : UserID
14861467 type : string
1487- x-stream-index : " 008 "
1468+ x-stream-index : " 004 "
14881469 voip :
1489- description : When true the token is for Apple VoIP push notifications
1490- title : Voip
14911470 type : boolean
1492- x-stream-index : " 007 "
1471+ x-stream-index : " 008 "
14931472 required :
1494- - push_provider
1495- - id
14961473 - created_at
1474+ - id
1475+ - push_provider
14971476 - user_id
1498- title : DeviceResponse
14991477 type : object
15001478 DraftPayloadResponse :
15011479 properties :
@@ -3462,22 +3440,21 @@ components:
34623440 properties :
34633441 delivery_receipts :
34643442 $ref : ' #/components/schemas/DeliveryReceiptsResponse'
3465- x-stream-index : " 003 "
3443+ x-stream-index : " 001 "
34663444 read_receipts :
34673445 $ref : ' #/components/schemas/ReadReceiptsResponse'
34683446 x-stream-index : " 002"
34693447 typing_indicators :
34703448 $ref : ' #/components/schemas/TypingIndicatorsResponse'
3471- x-stream-index : " 001 "
3449+ x-stream-index : " 003 "
34723450 type : object
34733451 PushNotificationSettingsResponse :
34743452 properties :
34753453 disabled :
34763454 type : boolean
34773455 x-stream-index : " 001"
34783456 disabled_until :
3479- format : date-time
3480- type : string
3457+ $ref : ' #/components/schemas/Timestamp'
34813458 x-stream-index : " 002"
34823459 type : object
34833460 RTMPIngress :
@@ -3664,8 +3641,6 @@ components:
36643641 enabled :
36653642 type : boolean
36663643 x-stream-index : " 001"
3667- required :
3668- - enabled
36693644 type : object
36703645 RecordSettingsResponse :
36713646 properties :
@@ -4514,8 +4489,6 @@ components:
45144489 enabled :
45154490 type : boolean
45164491 x-stream-index : " 001"
4517- required :
4518- - enabled
45194492 type : object
45204493 UpdateTaskRequest :
45214494 nullable : true
@@ -4580,153 +4553,102 @@ components:
45804553 - id
45814554 type : object
45824555 UserResponse :
4583- description : User response object
45844556 properties :
45854557 avg_response_time :
45864558 format : int32
45874559 type : integer
4588- x-stream-index : " 001.018 "
4560+ x-stream-index : " 013 "
45894561 ban_expires :
4590- description : Date when ban expires
4591- format : date-time
4592- title : Ban expires
4593- type : string
4594- x-stream-index : " 004"
4562+ $ref : ' #/components/schemas/Timestamp'
4563+ x-stream-index : " 014"
45954564 banned :
4596- description : Whether a user is banned or not
4597- title : Banned
45984565 type : boolean
4599- x-stream-index : " 001.012 "
4566+ x-stream-index : " 001"
46004567 blocked_user_ids :
46014568 items :
46024569 type : string
46034570 type : array
4604- x-stream-index : " 001.017"
4605- bypass_moderation :
4606- type : boolean
4607- x-stream-index : " 003"
4571+ x-stream-index : " 010"
46084572 created_at :
4609- description : Date/time of creation
4610- format : date-time
4611- title : Created at
4612- type : string
4613- x-stream-index : " 001.009"
4573+ $ref : ' #/components/schemas/Timestamp'
4574+ x-stream-index : " 002"
46144575 custom :
46154576 additionalProperties : {}
4616- description : Custom data for this object
4617- title : Custom data
46184577 type : object
4619- x-stream-index : " 001.004 "
4578+ x-stream-index : " 012 "
46204579 deactivated_at :
4621- description : Date of deactivation
4622- format : date-time
4623- title : Deactivated at
4624- type : string
4625- x-stream-index : " 001.016"
4580+ $ref : ' #/components/schemas/Timestamp'
4581+ x-stream-index : " 015"
46264582 deleted_at :
4627- description : Date/time of deletion
4628- format : date-time
4629- title : Deleted at
4630- type : string
4631- x-stream-index : " 001.011"
4583+ $ref : ' #/components/schemas/Timestamp'
4584+ x-stream-index : " 016"
46324585 devices :
4633- description : List of devices user is using
46344586 items :
46354587 $ref : ' #/components/schemas/DeviceResponse'
4636- title : Devices
46374588 type : array
4638- x-stream-index : " 007 "
4589+ x-stream-index : " 021 "
46394590 id :
4640- description : Unique user identifier
4641- title : ID
46424591 type : string
4643- x-stream-index : " 001.001 "
4592+ x-stream-index : " 003 "
46444593 image :
4645- title : Image
46464594 type : string
4647- x-stream-index : " 001.003 "
4595+ x-stream-index : " 017 "
46484596 invisible :
46494597 type : boolean
4650- x-stream-index : " 008 "
4598+ x-stream-index : " 004 "
46514599 language :
4652- description : Preferred language of a user
4653- title : Language
46544600 type : string
4655- x-stream-index : " 001. 005"
4601+ x-stream-index : " 005"
46564602 last_active :
4657- description : Date of last activity
4658- format : date-time
4659- title : Last active
4660- type : string
4661- x-stream-index : " 001.014"
4603+ $ref : ' #/components/schemas/Timestamp'
4604+ x-stream-index : " 018"
46624605 name :
4663- description : Optional name of user
4664- title : Name
46654606 type : string
4666- x-stream-index : " 001.002 "
4607+ x-stream-index : " 019 "
46674608 online :
4668- description : Whether a user online or not
4669- title : Online
46704609 type : boolean
4671- x-stream-index : " 001.013 "
4610+ x-stream-index : " 006 "
46724611 privacy_settings :
46734612 $ref : ' #/components/schemas/PrivacySettingsResponse'
4674- description : User privacy settings
4675- title : Privacy settings
4676- x-stream-index : " 006"
4613+ x-stream-index : " 022"
46774614 push_notifications :
46784615 $ref : ' #/components/schemas/PushNotificationSettingsResponse'
4679- description : User push notification settings
4680- title : Push notifications
4681- x-stream-index : " 005"
4616+ x-stream-index : " 023"
46824617 revoke_tokens_issued_before :
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"
4618+ $ref : ' #/components/schemas/Timestamp'
4619+ x-stream-index : " 020"
46884620 role :
4689- description : Determines the set of user permissions
4690- title : Role
46914621 type : string
4692- x-stream-index : " 001.006 "
4622+ x-stream-index : " 007 "
46934623 shadow_banned :
4694- description : Whether a user is shadow banned
4695- title : Shadow banned
46964624 type : boolean
4697- x-stream-index : " 002 "
4625+ x-stream-index : " 008 "
46984626 teams :
4699- description : List of teams user is a part of
47004627 items :
47014628 type : string
4702- title : Teams
47034629 type : array
4704- x-stream-index : " 001.007 "
4630+ x-stream-index : " 011 "
47054631 teams_role :
47064632 additionalProperties :
47074633 type : string
47084634 type : object
4709- x-stream-index : " 001.008 "
4635+ x-stream-index : " 024 "
47104636 updated_at :
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"
4637+ $ref : ' #/components/schemas/Timestamp'
4638+ x-stream-index : " 009"
47164639 required :
4640+ - banned
4641+ - created_at
47174642 - id
4718- - custom
4643+ - invisible
47194644 - language
4645+ - online
47204646 - role
4721- - teams
4722- - created_at
4647+ - shadow_banned
47234648 - updated_at
4724- - banned
4725- - online
47264649 - blocked_user_ids
4727- - shadow_banned
4728- - invisible
4729- title : UserResponse
4650+ - teams
4651+ - custom
47304652 type : object
47314653 VideoSettingsResponse :
47324654 properties :
@@ -4836,7 +4758,7 @@ components:
48364758 type : apiKey
48374759info :
48384760 title : Stream API
4839- version : v226.7.0
4761+ version : v226.7.1
48404762openapi : 3.0.3
48414763paths :
48424764 /api/v1/moderation/chat_message_tasks :
0 commit comments