@@ -283,7 +283,7 @@ paths:
283
283
description : >-
284
284
Secret values are only readable by code running on Netlify’s systems.
285
285
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.
287
287
- name : account_id
288
288
description : Scope response to account_id
289
289
type : string
@@ -427,7 +427,7 @@ paths:
427
427
description : >-
428
428
Secret values are only readable by code running on Netlify’s systems.
429
429
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.
431
431
- name : site_id
432
432
description : ' If provided, update an environment variable set on this site'
433
433
type : string
@@ -2994,7 +2994,7 @@ definitions:
2994
2994
description : >-
2995
2995
Secret values are only readable by code running on Netlify’s systems.
2996
2996
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.
2998
2998
updated_at :
2999
2999
type : string
3000
3000
format : date-time
0 commit comments