You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/updater/src/lib.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@
51
51
//!
52
52
//! ## Endpoint Response
53
53
//!
54
-
//! The updater expects the endpoint to respond with 2 possible reponses:
54
+
//! The updater expects the endpoint to respond with 2 possible responses:
55
55
//!
56
56
//! 1. [`204 No Content`](https://datatracker.ietf.org/doc/html/rfc2616#section-10.2.5) in case there is no updates available.
57
57
//! 2. [`200 OK`](https://datatracker.ietf.org/doc/html/rfc2616#section-10.2.1) and a JSON response that could be either a JSON representing all available platform updates
58
-
//! or if using endpoints variables (see above) or a header to attach the current updater target,
59
-
//! then it can just return information for the requested target.
58
+
//! or if using endpoints variables (see above) or a header to attach the current updater target,
59
+
//! then it can just return information for the requested target.
60
60
//!
61
61
//! The JSON response is expected to have these fields set:
0 commit comments