diff options
Diffstat (limited to 'rust/src/endpoints.rs')
-rw-r--r-- | rust/src/endpoints.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/src/endpoints.rs b/rust/src/endpoints.rs index 4271848a..d13a760e 100644 --- a/rust/src/endpoints.rs +++ b/rust/src/endpoints.rs @@ -673,6 +673,8 @@ impl Api for Server { core_id: Option<String>, arxiv_id: Option<String>, jstor_id: Option<String>, + ark_id: Option<String>, + mag_id: Option<String>, expand: Option<String>, hide: Option<String>, _context: &Context, @@ -698,6 +700,8 @@ impl Api for Server { &core_id, &arxiv_id, &jstor_id, + &ark_id, + &mag_id, expand_flags, hide_flags, ) |