Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

51 changes: 4 additions & 47 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,53 +350,11 @@ components:
required:
- id
- name
- organization
- placement
- push_notifications
- webhook_url
- moderation_webhook_url
- channel_configs
- call_types
- policies
- suspended
- suspended_explanation
- disable_auth_checks
- disable_permissions_checks
- permission_version
- user_search_disallowed_roles
- multi_tenant_enabled
- allow_multi_user_devices
- image_moderation_enabled
- async_url_enrich_enabled
- auto_translation_enabled
- custom_action_handler_url
- enforce_unique_usernames
- sqs_url
- sqs_key
- sqs_secret
- sns_topic_arn
- sns_key
- sns_secret
- file_upload_config
- image_upload_config
- grants
- campaign_enabled
- webhook_events
- reminders_interval
- cdn_expiration_seconds
- video_provider
- moderation_enabled
- moderation_multitenant_blocklist_enabled
- guest_user_creation_disabled
- event_hooks
- use_hook_v2
- user_response_time_enabled
- moderation_llm_configurability_enabled
- max_aggregated_activities_length
- feed_audit_logs_enabled
- moderation_video_call_moderation_enabled
- moderation_audio_call_moderation_enabled
- member_custom_on_messages_enabled
type: object
AppUpdatedEvent:
description: Emitted when app settings are updated
Expand Down Expand Up @@ -984,6 +942,9 @@ components:
maximum: 20000
type: integer
x-stream-index: 001.002.022
message_retention:
type: string
x-stream-index: 001.002.021
mutes:
type: boolean
x-stream-index: 001.002.010
Expand Down Expand Up @@ -6960,7 +6921,6 @@ components:
- explicit
- spam
- action
- automod_response
title: Moderation response
type: object
ModerationV2Response:
Expand Down Expand Up @@ -12965,7 +12925,6 @@ components:
type: string
x-stream-index: "005"
required:
- app_pk
- channel_cid
- created_at
- last_read_at
Expand Down Expand Up @@ -15506,8 +15465,6 @@ components:
- banned
- online
- blocked_user_ids
- shadow_banned
- invisible
title: UserResponse
type: object
UserResponseCommonFields:
Expand Down Expand Up @@ -16341,7 +16298,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.26.0
version: v235.27.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

29 changes: 23 additions & 6 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ components:
- webhook_events
- reminders_interval
- cdn_expiration_seconds
- video_provider
- moderation_enabled
- moderation_multitenant_blocklist_enabled
- guest_user_creation_disabled
Expand Down Expand Up @@ -633,7 +632,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.review_queue.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -1954,6 +1953,9 @@ components:
maximum: 20000
type: integer
x-stream-index: "001.022"
message_retention:
type: string
x-stream-index: "001.021"
mutes:
type: boolean
x-stream-index: "001.010"
Expand Down Expand Up @@ -2231,6 +2233,9 @@ components:
maximum: 20000
type: integer
x-stream-index: 001.002.022
message_retention:
type: string
x-stream-index: 001.002.021
mutes:
type: boolean
x-stream-index: 001.002.010
Expand Down Expand Up @@ -3687,6 +3692,9 @@ components:
maximum: 20000
type: integer
x-stream-index: 003.002.022
message_retention:
type: string
x-stream-index: 003.002.021
mutes:
type: boolean
x-stream-index: 003.002.010
Expand Down Expand Up @@ -4985,6 +4993,9 @@ components:
maximum: 20000
type: integer
x-stream-index: 001.001.022
message_retention:
type: string
x-stream-index: 001.001.021
mutes:
type: boolean
x-stream-index: 001.001.010
Expand Down Expand Up @@ -7752,6 +7763,9 @@ components:
maximum: 20000
type: integer
x-stream-index: 003.002.022
message_retention:
type: string
x-stream-index: 003.002.021
mutes:
type: boolean
x-stream-index: 003.002.010
Expand Down Expand Up @@ -11814,7 +11828,6 @@ components:
- explicit
- spam
- action
- automod_response
title: Moderation response
type: object
ModerationV2Response:
Expand Down Expand Up @@ -18454,7 +18467,6 @@ components:
type: string
x-stream-index: "005"
required:
- app_pk
- channel_cid
- created_at
- last_read_at
Expand Down Expand Up @@ -18824,7 +18836,6 @@ components:
required:
- mode
- closed_caption_mode
- languages
- language
type: object
TranslateMessageRequest:
Expand Down Expand Up @@ -19890,6 +19901,9 @@ components:
maximum: 20000
type: integer
x-stream-index: 009.001.022
message_retention:
type: string
x-stream-index: 009.001.021
mutes:
type: boolean
x-stream-index: 009.001.010
Expand Down Expand Up @@ -20047,6 +20061,9 @@ components:
maximum: 20000
type: integer
x-stream-index: 003.001.022
message_retention:
type: string
x-stream-index: 003.001.021
mutes:
type: boolean
x-stream-index: 003.001.010
Expand Down Expand Up @@ -23196,7 +23213,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.26.0
version: v235.27.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

Loading
Loading