Skip to content

Commit

Permalink
docs: remove 'ChannelMember.channel_id' in favor of 'ChannelMember.ch…
Browse files Browse the repository at this point in the history
…annel.id' (#218)
  • Loading branch information
eurbs authored Oct 9, 2024
1 parent b699ad5 commit da333ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,6 @@ components:
type: object
required:
- object
- channel_id
- role
- user
- channel
Expand All @@ -1911,10 +1910,6 @@ components:
type: string
enum:
- member
channel_id:
$ref: "#/components/schemas/ChannelId"
deprecated: true
description: Use `channel.id` instead.
role:
$ref: "#/components/schemas/ChannelMemberRole"
user:
Expand Down

0 comments on commit da333ba

Please sign in to comment.