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/admin/src/rest_api/deployments.rs
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
11
11
usesuper::error::*;
12
12
usecrate::state::AdminServiceState;
13
-
use std::collections::HashMap;
14
13
use std::time::SystemTime;
15
14
16
15
use axum::Json;
@@ -31,7 +30,7 @@ use serde::Deserialize;
31
30
32
31
/// Create deployment and return discovered services.
33
32
#[openapi(
34
-
summary = " pubCreate deployment",
33
+
summary = "Create deployment",
35
34
description = "Create deployment. Restate will invoke the endpoint to gather additional information required for registration, such as the services exposed by the deployment. If the deployment is already registered, this method will fail unless `force` is set to `true`.",
0 commit comments