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.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16298,7 +16298,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.27.0
version: v235.27.1
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.

72 changes: 62 additions & 10 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.users.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -5431,6 +5431,56 @@ components:
- duration
title: Response
type: object
CreatePermissionRequest:
nullable: true
properties:
action:
description: Action name this permission is for (e.g. SendMessage)
title: Action
type: string
x-stream-index: "002.003"
condition:
additionalProperties: {}
description: MongoDB style condition which decides whether or not the permission
is granted
title: Condition
type: object
x-stream-index: "002.006"
description:
description: Description of the permission
maxLength: 2048
title: Description
type: string
x-stream-index: "002.002"
id:
description: Unique permission ID
maxLength: 255
title: ID
type: string
x-stream-index: "001"
name:
description: Name of the permission
maxLength: 100
title: Name
type: string
x-stream-index: "002.001"
owner:
description: Whether this permission applies to resource owner or not
title: Owner
type: boolean
x-stream-index: "002.004"
same_team:
description: Whether this permission applies to teammates (multi-tenancy
mode only)
title: Same team
type: boolean
x-stream-index: "002.005"
required:
- id
- name
- action
- condition
type: object
CreatePollOptionRequest:
nullable: true
properties:
Expand Down Expand Up @@ -12680,40 +12730,41 @@ components:
description: Action name this permission is for (e.g. SendMessage)
title: Action
type: string
x-stream-index: "001.004"
x-stream-index: "002.003"
condition:
additionalProperties: {}
description: MongoDB style condition which decides whether or not the permission
is granted
title: Condition
type: object
x-stream-index: "001.007"
x-stream-index: "002.006"
description:
description: Description of the permission
maxLength: 2048
title: Description
type: string
x-stream-index: "001.003"
x-stream-index: "002.002"
name:
description: Name of the permission
maxLength: 100
title: Name
type: string
x-stream-index: "001.002"
x-stream-index: "002.001"
owner:
description: Whether this permission applies to resource owner or not
title: Owner
type: boolean
x-stream-index: "001.005"
x-stream-index: "002.004"
same_team:
description: Whether this permission applies to teammates (multi-tenancy
mode only)
title: Same team
type: boolean
x-stream-index: "001.006"
x-stream-index: "002.005"
required:
- name
- action
- condition
type: object
Policy:
properties:
Expand Down Expand Up @@ -23213,7 +23264,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.27.0
version: v235.27.1
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -28082,7 +28133,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/PermissionRequest'
$ref: '#/components/schemas/CreatePermissionRequest'
required: true
responses:
"201":
Expand Down Expand Up @@ -28192,7 +28243,8 @@ paths:
maxLength: 255
title: ID
type: string
x-stream-index: "001.001"
writeOnly: true
x-stream-index: "001"
requestBody:
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41431,7 +41431,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.27.0
version: v235.27.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8541,7 +8541,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.27.0
version: v235.27.1
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-openapi.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -6119,7 +6119,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.27.0
version: v235.27.1
openapi: 3.0.3
paths:
/api/v1/moderation/chat_message_tasks:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -12028,7 +12028,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.27.0
version: v235.27.1
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

72 changes: 62 additions & 10 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3774,7 +3774,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.review_queue.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -15555,6 +15555,56 @@ components:
- duration
title: Create Membership Level Response
type: object
CreatePermissionRequest:
nullable: true
properties:
action:
description: Action name this permission is for (e.g. SendMessage)
title: Action
type: string
x-stream-index: "002.003"
condition:
additionalProperties: {}
description: MongoDB style condition which decides whether or not the permission
is granted
title: Condition
type: object
x-stream-index: "002.006"
description:
description: Description of the permission
maxLength: 2048
title: Description
type: string
x-stream-index: "002.002"
id:
description: Unique permission ID
maxLength: 255
title: ID
type: string
x-stream-index: "001"
name:
description: Name of the permission
maxLength: 100
title: Name
type: string
x-stream-index: "002.001"
owner:
description: Whether this permission applies to resource owner or not
title: Owner
type: boolean
x-stream-index: "002.004"
same_team:
description: Whether this permission applies to teammates (multi-tenancy
mode only)
title: Same team
type: boolean
x-stream-index: "002.005"
required:
- id
- name
- action
- condition
type: object
CreatePolicyTestSetRequest:
nullable: true
properties:
Expand Down Expand Up @@ -32110,40 +32160,41 @@ components:
description: Action name this permission is for (e.g. SendMessage)
title: Action
type: string
x-stream-index: "001.004"
x-stream-index: "002.003"
condition:
additionalProperties: {}
description: MongoDB style condition which decides whether or not the permission
is granted
title: Condition
type: object
x-stream-index: "001.007"
x-stream-index: "002.006"
description:
description: Description of the permission
maxLength: 2048
title: Description
type: string
x-stream-index: "001.003"
x-stream-index: "002.002"
name:
description: Name of the permission
maxLength: 100
title: Name
type: string
x-stream-index: "001.002"
x-stream-index: "002.001"
owner:
description: Whether this permission applies to resource owner or not
title: Owner
type: boolean
x-stream-index: "001.005"
x-stream-index: "002.004"
same_team:
description: Whether this permission applies to teammates (multi-tenancy
mode only)
title: Same team
type: boolean
x-stream-index: "001.006"
x-stream-index: "002.005"
required:
- name
- action
- condition
type: object
PermissionRequestEvent:
description: |-
Expand Down Expand Up @@ -54236,7 +54287,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.27.0
version: v235.27.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -66669,7 +66720,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/PermissionRequest'
$ref: '#/components/schemas/CreatePermissionRequest'
required: true
responses:
"201":
Expand Down Expand Up @@ -66779,7 +66830,8 @@ paths:
maxLength: 255
title: ID
type: string
x-stream-index: "001.001"
writeOnly: true
x-stream-index: "001"
requestBody:
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f5c174e769f2bf84883e53fae7afe832185fa2770d3a16a91287bdad81fd0921 ./v2/chat-clientside-api.json
d65486dba2519f6d79490fadd10aeffa0e729acce70b90e58c052718e2735728 ./v2/chat-clientside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22079,7 +22079,7 @@ components:
type: apiKey
info:
title: Stream API
version: v235.27.0
version: v235.27.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60dad5b9578915c0354c7d2d46feba8659901bd6eb0cb9d7dd4901afe74df35f ./v2/chat-clientside-api.yaml
4e5138b99b22a2170566e3ce1a64793c7da22f865e3896970fb3af48c5a529b8 ./v2/chat-clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b4bd5a7925801f22fbefa4c447af9a823d3d3d70aa464267c9372d7cad169bb0 ./v2/chat-serverside-api.json
5845a87767bc953c5ac5737d183227d48f51313803d5959ee65461fc687204a6 ./v2/chat-serverside-api.json
Loading
Loading