mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 05:18:00 +08:00
DEV: Update invite API docs expires_at default (#14550)
This commit is contained in:
parent
7a52ce0d6d
commit
ba380c5f52
@ -24,7 +24,7 @@ describe 'invites' do
|
||||
topic_id: { type: :integer },
|
||||
group_id: { type: :integer, description: "optional, either this or `group_names`" },
|
||||
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…
x
Reference in New Issue
Block a user