mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
DEV: Update invite API docs expires_at default (#14550)
This commit is contained in:
parent
7a52ce0d6d
commit
ba380c5f52
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ describe 'invites' do
|
||||||
topic_id: { type: :integer },
|
topic_id: { type: :integer },
|
||||||
group_id: { type: :integer, description: "optional, either this or `group_names`" },
|
group_id: { type: :integer, description: "optional, either this or `group_names`" },
|
||||||
group_names: { type: :string, description: "optional, either this or `group_id`" },
|
group_names: { type: :string, description: "optional, either this or `group_id`" },
|
||||||
expires_at: { type: :string, default: "controlled by invite_expiry_days site setting" },
|
expires_at: { type: :string, description: "optional, if not supplied, the invite_expiry_days site setting is used" },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue