Skip to content

Commit 7b09592

Browse files
authored
DOC-1027 (#550)
1 parent a2354bf commit 7b09592

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

go/models/create_env_vars_params_body_items.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/models/env_var.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/models/update_env_var_params_body.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ paths:
283283
description: >-
284284
Secret values are only readable by code running on Netlify’s systems.
285285
With secrets, only the local development context values are readable from the UI, API, and CLI.
286-
By default, environment variable values are not secret. (Enterprise plans only)
286+
By default, environment variable values are not secret.
287287
- name: account_id
288288
description: Scope response to account_id
289289
type: string
@@ -427,7 +427,7 @@ paths:
427427
description: >-
428428
Secret values are only readable by code running on Netlify’s systems.
429429
With secrets, only the local development context values are readable from the UI, API, and CLI.
430-
By default, environment variable values are not secret. (Enterprise plans only)
430+
By default, environment variable values are not secret.
431431
- name: site_id
432432
description: 'If provided, update an environment variable set on this site'
433433
type: string
@@ -2994,7 +2994,7 @@ definitions:
29942994
description: >-
29952995
Secret values are only readable by code running on Netlify’s systems.
29962996
With secrets, only the local development context values are readable from the UI, API, and CLI.
2997-
By default, environment variable values are not secret. (Enterprise plans only)
2997+
By default, environment variable values are not secret.
29982998
updated_at:
29992999
type: string
30003000
format: date-time

0 commit comments

Comments
 (0)