add additional properties support
This commit is contained in:
parent
d9f51681df
commit
cfd12a6306
3 changed files with 13 additions and 1 deletions
|
@ -7870,7 +7870,10 @@ pub mod structs {
|
|||
/// required are "content_type" and "url" Required
|
||||
///
|
||||
#[derive(Debug, Clone, PartialEq, serde::Serialize, serde::Deserialize)]
|
||||
pub struct CreateHookOptionConfig {}
|
||||
pub struct CreateHookOptionConfig {
|
||||
#[serde(flatten)]
|
||||
pub additional: std::collections::BTreeMap<String, String>,
|
||||
}
|
||||
|
||||
/// CreateIssueCommentOption options for creating a comment on an issue
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue