Skip to content

Commit

Permalink
chore: add moderator_fids and member_count
Browse files Browse the repository at this point in the history
  • Loading branch information
manan19 committed Oct 8, 2024
1 parent 9746431 commit 0af5dc3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1836,8 +1836,17 @@ components:
format: uri
lead:
$ref: "#/components/schemas/User"
moderator_fids:
type: array
items:
$ref: "#/components/schemas/Fid"
member_count:
type: integer
format: int32
moderator:
$ref: "#/components/schemas/User"
deprecated: true
description: Use `lead` instead.
hosts:
type: array
items:
Expand Down

0 comments on commit 0af5dc3

Please sign in to comment.