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…
Reference in New Issue