Skip to content
Open
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.

198 changes: 174 additions & 24 deletions openapi/chat-openapi-clientside.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

328 changes: 251 additions & 77 deletions openapi/chat-openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

42,549 changes: 25,485 additions & 17,064 deletions openapi/clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

237 changes: 198 additions & 39 deletions openapi/moderation-clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

215 changes: 156 additions & 59 deletions openapi/moderation-serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

52,622 changes: 31,203 additions & 21,419 deletions openapi/serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

352 changes: 313 additions & 39 deletions openapi/v2/chat-clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

464 changes: 350 additions & 114 deletions openapi/v2/chat-serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json

Large diffs are not rendered by default.

42,549 changes: 25,485 additions & 17,064 deletions openapi/v2/clientside-api.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions openapi/v2/feeds-clientside-api.json

Large diffs are not rendered by default.

19,731 changes: 19,731 additions & 0 deletions openapi/v2/feeds-clientside-api.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions openapi/v2/feeds-serverside-api.json

Large diffs are not rendered by default.

25,679 changes: 25,679 additions & 0 deletions openapi/v2/feeds-serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/moderation-clientside-api.json

Large diffs are not rendered by default.

237 changes: 198 additions & 39 deletions openapi/v2/moderation-clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/moderation-serverside-api.json

Large diffs are not rendered by default.

215 changes: 156 additions & 59 deletions openapi/v2/moderation-serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/serverside-api.json

Large diffs are not rendered by default.

52,622 changes: 31,203 additions & 21,419 deletions openapi/v2/serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/video-clientside-api.json

Large diffs are not rendered by default.

83 changes: 60 additions & 23 deletions openapi/v2/video-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ components:
- use_hook_v2
- user_response_time_enabled
- moderation_bulk_submit_action_enabled
- moderation_llm_configurability_enabled
type: object
AppUpdatedEvent:
description: Emitted when app settings are updated
Expand Down Expand Up @@ -3069,6 +3070,14 @@ components:
$ref: '#/components/schemas/ChannelMember'
type: array
x-stream-index: "020"
message_count:
format: int64
type: integer
x-stream-index: "035"
message_count_updated_at:
format: date-time
type: number
x-stream-index: "036"
team:
type: string
x-stream-index: "028"
Expand Down Expand Up @@ -3099,39 +3108,39 @@ components:
items:
type: string
type: array
x-stream-index: "001.026"
x-stream-index: "001.027"
automod:
enum:
- disabled
- simple
- AI
type: string
x-stream-index: "001.021"
x-stream-index: "001.022"
automod_behavior:
enum:
- flag
- block
- shadow_block
type: string
x-stream-index: "001.022"
x-stream-index: "001.023"
automod_thresholds:
$ref: '#/components/schemas/Thresholds'
x-stream-index: "001.027"
x-stream-index: "001.028"
blocklist:
type: string
x-stream-index: "001.023"
x-stream-index: "001.024"
blocklist_behavior:
enum:
- flag
- block
- shadow_block
type: string
x-stream-index: "001.024"
x-stream-index: "001.025"
blocklists:
items:
$ref: '#/components/schemas/BlockListOptions'
type: array
x-stream-index: "001.025"
x-stream-index: "001.026"
commands:
items:
type: string
Expand All @@ -3140,6 +3149,9 @@ components:
connect_events:
type: boolean
x-stream-index: "001.004"
count_messages:
type: boolean
x-stream-index: "001.019"
created_at:
format: date-time
type: number
Expand All @@ -3154,7 +3166,7 @@ components:
format: int32
maximum: 20000
type: integer
x-stream-index: "001.020"
x-stream-index: "001.021"
mutes:
type: boolean
x-stream-index: "001.009"
Expand All @@ -3164,10 +3176,10 @@ components:
partition_size:
format: int32
type: integer
x-stream-index: "001.028"
x-stream-index: "001.029"
partition_ttl:
type: integer
x-stream-index: "001.029"
x-stream-index: "001.030"
polls:
type: boolean
x-stream-index: "001.016"
Expand Down Expand Up @@ -3197,7 +3209,7 @@ components:
x-stream-index: "001.018"
skip_last_msg_update_for_system_msgs:
type: boolean
x-stream-index: "001.030"
x-stream-index: "001.031"
typing_events:
type: boolean
x-stream-index: "001.002"
Expand Down Expand Up @@ -3233,6 +3245,7 @@ components:
- polls
- user_message_reminders
- shared_locations
- count_messages
- message_retention
- max_message_length
- automod
Expand All @@ -3248,39 +3261,39 @@ components:
items:
type: string
type: array
x-stream-index: 001.002.026
x-stream-index: 001.002.027
automod:
enum:
- disabled
- simple
- AI
type: string
x-stream-index: 001.002.021
x-stream-index: 001.002.022
automod_behavior:
enum:
- flag
- block
- shadow_block
type: string
x-stream-index: 001.002.022
x-stream-index: 001.002.023
automod_thresholds:
$ref: '#/components/schemas/Thresholds'
x-stream-index: 001.002.027
x-stream-index: 001.002.028
blocklist:
type: string
x-stream-index: 001.002.023
x-stream-index: 001.002.024
blocklist_behavior:
enum:
- flag
- block
- shadow_block
type: string
x-stream-index: 001.002.024
x-stream-index: 001.002.025
blocklists:
items:
$ref: '#/components/schemas/BlockListOptions'
type: array
x-stream-index: 001.002.025
x-stream-index: 001.002.026
commands:
items:
$ref: '#/components/schemas/Command'
Expand All @@ -3289,6 +3302,9 @@ components:
connect_events:
type: boolean
x-stream-index: 001.002.004
count_messages:
type: boolean
x-stream-index: 001.002.019
created_at:
format: date-time
type: number
Expand All @@ -3310,7 +3326,7 @@ components:
format: int32
maximum: 20000
type: integer
x-stream-index: 001.002.020
x-stream-index: 001.002.021
mutes:
type: boolean
x-stream-index: 001.002.009
Expand All @@ -3320,13 +3336,13 @@ components:
partition_size:
format: int32
type: integer
x-stream-index: 001.002.028
x-stream-index: 001.002.029
partition_ttl:
example: 24h
format: duration
nullable: true
type: string
x-stream-index: 001.002.029
x-stream-index: 001.002.030
polls:
type: boolean
x-stream-index: 001.002.016
Expand Down Expand Up @@ -3356,7 +3372,7 @@ components:
x-stream-index: 001.002.018
skip_last_msg_update_for_system_msgs:
type: boolean
x-stream-index: 001.002.030
x-stream-index: 001.002.031
typing_events:
type: boolean
x-stream-index: 001.002.002
Expand Down Expand Up @@ -3394,6 +3410,7 @@ components:
- polls
- user_message_reminders
- shared_locations
- count_messages
- message_retention
- max_message_length
- automod
Expand Down Expand Up @@ -3438,6 +3455,11 @@ components:
format: date-time
type: number
x-stream-index: "011"
deleted_messages:
items:
type: string
type: array
x-stream-index: "020"
invite_accepted_at:
description: Date when invite was accepted
format: date-time
Expand Down Expand Up @@ -3685,6 +3707,12 @@ components:
title: ChannelMembers
type: array
x-stream-index: "011"
message_count:
description: Number of messages in the channel
format: int64
title: Message count
type: integer
x-stream-index: "027"
mute_expires_at:
description: Date of mute expiration
format: date-time
Expand Down Expand Up @@ -3887,6 +3915,9 @@ components:
type: string
type: array
x-stream-index: "011"
count_messages:
type: boolean
x-stream-index: "014"
grants:
additionalProperties:
items:
Expand Down Expand Up @@ -6042,6 +6073,9 @@ components:
format: date-time
type: number
x-stream-index: "033"
deleted_for_me:
type: boolean
x-stream-index: "059"
deleted_reply_count:
format: int32
type: integer
Expand Down Expand Up @@ -6281,6 +6315,9 @@ components:
title: Deleted at
type: number
x-stream-index: "025"
deleted_for_me:
type: boolean
x-stream-index: "044"
deleted_reply_count:
format: int32
type: integer
Expand Down Expand Up @@ -10751,7 +10788,7 @@ components:
type: apiKey
info:
title: Stream API
version: v187.13.0
version: v190.1.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/video-serverside-api.json

Large diffs are not rendered by default.

Loading