File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export interface Container {
106106 /**
107107 * Possible values:
108108 *
109- * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
109+ * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
110110 * to use HTTPS.
111111 * - Enabled: Serve both HTTP and HTTPS traffic.
112112 */
@@ -303,7 +303,7 @@ export type CreateContainerRequest = {
303303 /**
304304 * Possible values:
305305 *
306- * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
306+ * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
307307 * to use HTTPS.
308308 * - Enabled: Serve both HTTP and HTTPS traffic.
309309 */
@@ -330,7 +330,7 @@ export type UpdateContainerRequest = {
330330 /**
331331 * Possible values:
332332 *
333- * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
333+ * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
334334 * to use HTTPS.
335335 * - Enabled: Serve both HTTP and HTTPS traffic.
336336 */
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ export interface Function {
222222 /**
223223 * Possible values:
224224 *
225- * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
225+ * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
226226 * to use HTTPS.
227227 * - Enabled: Serve both HTTP and HTTPS traffic.
228228 */
@@ -521,7 +521,7 @@ export type CreateFunctionRequest = {
521521 /**
522522 * Possible values:
523523 *
524- * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
524+ * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
525525 * to use HTTPS.
526526 * - Enabled: Serve both HTTP and HTTPS traffic.
527527 */
@@ -546,7 +546,7 @@ export type UpdateFunctionRequest = {
546546 /**
547547 * Possible values:
548548 *
549- * - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
549+ * - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
550550 * to use HTTPS.
551551 * - Enabled: Serve both HTTP and HTTPS traffic.
552552 */
You can’t perform that action at this time.
0 commit comments