Skip to content

Commit 53d0d39

Browse files
authored
docs(serverless): fix http_option description (#406)
1 parent ff030cf commit 53d0d39

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/clients/src/api/container/v1beta1/types.gen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

packages/clients/src/api/function/v1beta1/types.gen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)