File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "url": "https://oxide.computer",
88 "email": "api@oxide.computer"
99 },
10- "version": "20250409 .0.0"
10+ "version": "20250604 .0.0"
1111 },
1212 "paths": {
1313 "/device/auth": {
Original file line number Diff line number Diff line change @@ -57428,7 +57428,7 @@ pub mod types {
5742857428///
5742957429/// API for interacting with the Oxide control plane
5743057430///
57431- /// Version: 20250409 .0.0
57431+ /// Version: 20250604 .0.0
5743257432pub struct Client {
5743357433 pub(crate) baseurl: String,
5743457434 pub(crate) client: reqwest::Client,
@@ -57481,7 +57481,7 @@ impl Client {
5748157481 /// This string is pulled directly from the source OpenAPI
5748257482 /// document and may be in any format the API selects.
5748357483 pub fn api_version(&self) -> &'static str {
57484- "20250409 .0.0"
57484+ "20250604 .0.0"
5748557485 }
5748657486}
5748757487
You can’t perform that action at this time.
0 commit comments