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.

100 changes: 56 additions & 44 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4179,43 +4179,43 @@ components:
items:
$ref: '#/components/schemas/Attachment'
type: array
x-stream-index: "012"
x-stream-index: "013"
before_message_send_failed:
type: boolean
x-stream-index: "046"
x-stream-index: "047"
cid:
type: string
x-stream-index: "028"
x-stream-index: "029"
command:
type: string
x-stream-index: "006"
x-stream-index: "007"
created_at:
format: date-time
type: string
x-stream-index: "030"
x-stream-index: "031"
custom:
additionalProperties: {}
type: object
x-stream-index: "034"
x-stream-index: "035"
deleted_at:
format: date-time
type: string
x-stream-index: "033"
x-stream-index: "034"
deleted_for_me:
type: boolean
x-stream-index: "060"
x-stream-index: "061"
deleted_reply_count:
format: int32
type: integer
x-stream-index: "023"
x-stream-index: "024"
html:
type: string
x-stream-index: "007"
x-stream-index: "008"
i18n:
additionalProperties:
type: string
type: object
x-stream-index: "044"
x-stream-index: "045"
id:
type: string
x-stream-index: "002"
Expand All @@ -4225,123 +4225,123 @@ components:
type: string
type: array
type: object
x-stream-index: "040"
x-stream-index: "041"
latest_reactions:
items:
$ref: '#/components/schemas/Reaction'
type: array
x-stream-index: "013"
x-stream-index: "014"
member:
$ref: '#/components/schemas/ChannelMember'
x-stream-index: "059"
x-stream-index: "060"
mentioned_users:
items:
$ref: '#/components/schemas/User'
type: array
x-stream-index: "043"
x-stream-index: "044"
message_text_updated_at:
format: date-time
type: string
x-stream-index: "052"
x-stream-index: "053"
mml:
type: string
x-stream-index: "005"
x-stream-index: "006"
moderation:
$ref: '#/components/schemas/ModerationV2Response'
x-stream-index: "056"
x-stream-index: "057"
own_reactions:
items:
$ref: '#/components/schemas/Reaction'
type: array
x-stream-index: "014"
x-stream-index: "015"
parent_id:
type: string
x-stream-index: "019"
x-stream-index: "020"
pin_expires:
format: date-time
type: string
x-stream-index: "051"
x-stream-index: "052"
pinned:
type: boolean
x-stream-index: "047"
x-stream-index: "048"
pinned_at:
format: date-time
type: string
x-stream-index: "048"
x-stream-index: "049"
pinned_by:
$ref: '#/components/schemas/User'
x-stream-index: "050"
x-stream-index: "051"
poll:
$ref: '#/components/schemas/Poll'
x-stream-index: "054"
x-stream-index: "055"
poll_id:
type: string
x-stream-index: "053"
x-stream-index: "054"
quoted_message:
$ref: '#/components/schemas/Message'
x-stream-index: "025"
x-stream-index: "026"
quoted_message_id:
type: string
x-stream-index: "024"
x-stream-index: "025"
reaction_counts:
additionalProperties:
format: int32
type: integer
type: object
x-stream-index: "015"
x-stream-index: "016"
reaction_groups:
additionalProperties:
$ref: '#/components/schemas/ReactionGroupResponse'
type: object
x-stream-index: "017"
x-stream-index: "018"
reaction_scores:
additionalProperties:
format: int32
type: integer
type: object
x-stream-index: "016"
x-stream-index: "017"
reminder:
$ref: '#/components/schemas/MessageReminder'
x-stream-index: "058"
x-stream-index: "059"
reply_count:
format: int32
type: integer
x-stream-index: "022"
x-stream-index: "023"
restricted_visibility:
items:
type: string
type: array
x-stream-index: "011"
x-stream-index: "012"
shadowed:
type: boolean
x-stream-index: "036"
x-stream-index: "037"
shared_location:
$ref: '#/components/schemas/SharedLocation'
x-stream-index: "055"
x-stream-index: "056"
show_in_channel:
type: boolean
x-stream-index: "021"
x-stream-index: "022"
silent:
type: boolean
x-stream-index: "045"
x-stream-index: "046"
text:
type: string
x-stream-index: "004"
thread_participants:
items:
$ref: '#/components/schemas/User'
type: array
x-stream-index: "027"
x-stream-index: "028"
type:
type: string
x-stream-index: "008"
x-stream-index: "009"
updated_at:
format: date-time
type: string
x-stream-index: "031"
x-stream-index: "032"
user:
$ref: '#/components/schemas/User'
x-stream-index: "010"
x-stream-index: "011"
required:
- id
- text
Expand Down Expand Up @@ -8890,6 +8890,9 @@ components:
type: object
x-stream-docs-page-id: query_channels
x-stream-index: "002"
force_default_search:
type: boolean
x-stream-index: "010"
limit:
description: Number of messages to return
format: int32
Expand Down Expand Up @@ -9480,12 +9483,21 @@ components:
format: int32
title: Direction
type: integer
x-stream-index: "002"
x-stream-index: "003"
field:
description: Name of field to sort by
title: Field
type: string
x-stream-index: "001"
type:
description: Type of field to sort by (default is string)
enum:
- ""
- number
- boolean
title: Type
type: string
x-stream-index: "002"
type: object
SyncRequest:
description: Sync request
Expand Down Expand Up @@ -12120,7 +12132,7 @@ components:
type: apiKey
info:
title: Stream API
version: v208.11.0
version: v211.0.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.

Loading