DEV: Update invite API docs expires_at default (#14550)

This commit is contained in:
David Taylor 2021-10-07 12:41:04 +01:00 committed by GitHub
parent 7a52ce0d6d
commit ba380c5f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" },
}
}