refactor(openapi): remove 'is_build_time' attribute from environment variable definitions to streamline configuration
This commit is contained in:
27
openapi.json
27
openapi.json
@@ -2773,10 +2773,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -2870,10 +2866,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -2972,10 +2964,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -7179,10 +7167,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -7276,10 +7260,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -7378,10 +7358,6 @@
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in preview deployments."
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is used in build time."
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean",
|
||||
"description": "The flag to indicate if the environment variable is a literal, nothing espaced."
|
||||
@@ -8375,9 +8351,6 @@
|
||||
"resourceable_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_build_time": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_literal": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
18
openapi.yaml
18
openapi.yaml
@@ -1778,9 +1778,6 @@ paths:
|
||||
is_preview:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is used in preview deployments.'
|
||||
is_build_time:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is used in build time.'
|
||||
is_literal:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is a literal, nothing espaced.'
|
||||
@@ -1843,9 +1840,6 @@ paths:
|
||||
is_preview:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is used in preview deployments.'
|
||||
is_build_time:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is used in build time.'
|
||||
is_literal:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is a literal, nothing espaced.'
|
||||
@@ -1901,7 +1895,7 @@ paths:
|
||||
properties:
|
||||
data:
|
||||
type: array
|
||||
items: { properties: { key: { type: string, description: 'The key of the environment variable.' }, value: { type: string, description: 'The value of the environment variable.' }, is_preview: { type: boolean, description: 'The flag to indicate if the environment variable is used in preview deployments.' }, is_build_time: { type: boolean, description: 'The flag to indicate if the environment variable is used in build time.' }, is_literal: { type: boolean, description: 'The flag to indicate if the environment variable is a literal, nothing espaced.' }, is_multiline: { type: boolean, description: 'The flag to indicate if the environment variable is multiline.' }, is_shown_once: { type: boolean, description: "The flag to indicate if the environment variable's value is shown on the UI." } }, type: object }
|
||||
items: { properties: { key: { type: string, description: 'The key of the environment variable.' }, value: { type: string, description: 'The value of the environment variable.' }, is_preview: { type: boolean, description: 'The flag to indicate if the environment variable is used in preview deployments.' }, is_literal: { type: boolean, description: 'The flag to indicate if the environment variable is a literal, nothing espaced.' }, is_multiline: { type: boolean, description: 'The flag to indicate if the environment variable is multiline.' }, is_shown_once: { type: boolean, description: "The flag to indicate if the environment variable's value is shown on the UI." } }, type: object }
|
||||
type: object
|
||||
responses:
|
||||
'201':
|
||||
@@ -4615,9 +4609,6 @@ paths:
|
||||
is_preview:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is used in preview deployments.'
|
||||
is_build_time:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is used in build time.'
|
||||
is_literal:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is a literal, nothing espaced.'
|
||||
@@ -4680,9 +4671,6 @@ paths:
|
||||
is_preview:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is used in preview deployments.'
|
||||
is_build_time:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is used in build time.'
|
||||
is_literal:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the environment variable is a literal, nothing espaced.'
|
||||
@@ -4738,7 +4726,7 @@ paths:
|
||||
properties:
|
||||
data:
|
||||
type: array
|
||||
items: { properties: { key: { type: string, description: 'The key of the environment variable.' }, value: { type: string, description: 'The value of the environment variable.' }, is_preview: { type: boolean, description: 'The flag to indicate if the environment variable is used in preview deployments.' }, is_build_time: { type: boolean, description: 'The flag to indicate if the environment variable is used in build time.' }, is_literal: { type: boolean, description: 'The flag to indicate if the environment variable is a literal, nothing espaced.' }, is_multiline: { type: boolean, description: 'The flag to indicate if the environment variable is multiline.' }, is_shown_once: { type: boolean, description: "The flag to indicate if the environment variable's value is shown on the UI." } }, type: object }
|
||||
items: { properties: { key: { type: string, description: 'The key of the environment variable.' }, value: { type: string, description: 'The value of the environment variable.' }, is_preview: { type: boolean, description: 'The flag to indicate if the environment variable is used in preview deployments.' }, is_literal: { type: boolean, description: 'The flag to indicate if the environment variable is a literal, nothing espaced.' }, is_multiline: { type: boolean, description: 'The flag to indicate if the environment variable is multiline.' }, is_shown_once: { type: boolean, description: "The flag to indicate if the environment variable's value is shown on the UI." } }, type: object }
|
||||
type: object
|
||||
responses:
|
||||
'201':
|
||||
@@ -5417,8 +5405,6 @@ components:
|
||||
type: string
|
||||
resourceable_id:
|
||||
type: integer
|
||||
is_build_time:
|
||||
type: boolean
|
||||
is_literal:
|
||||
type: boolean
|
||||
is_multiline:
|
||||
|
Reference in New Issue
Block a user