You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swagger.yml
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -224,17 +224,17 @@ paths:
224
224
default:
225
225
$ref: '#/responses/error'
226
226
description: >-
227
-
[Beta] Returns all environment variables for an account or site. An
228
-
account corresponds to a team in the Netlify UI. To use this endpoint,
229
-
opt in to the beta environment variable experience using the Netlify UI.
227
+
Returns all environment variables for an account or site. An
228
+
account corresponds to a team in the Netlify UI. To use this endpoint, your
229
+
site must no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
230
230
post:
231
231
tags:
232
232
- environmentVariables
233
233
operationId: createEnvVars
234
234
description: >-
235
-
[Beta] Creates new environment variables. Granular scopes are available
236
-
on Pro plans and above. To use this endpoint, opt in to the beta environment
237
-
variable experience using the Netlify UI.
235
+
Creates new environment variables. Granular scopes are available
236
+
on Pro plans and above. To use this endpoint, your site must no longer be
237
+
using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
238
238
parameters:
239
239
- in: body
240
240
name: env_vars
@@ -315,16 +315,16 @@ paths:
315
315
default:
316
316
$ref: '#/responses/error'
317
317
description: >-
318
-
[Beta] Returns an individual environment variable. To use this endpoint,
319
-
opt in to the beta environment variable experience using the Netlify UI.
318
+
Returns an individual environment variable. To use this endpoint, your site
319
+
must no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
320
320
put:
321
321
tags:
322
322
- environmentVariables
323
323
operationId: updateEnvVar
324
324
description: >-
325
-
[Beta] Updates an existing environment variable and all of its values.
326
-
Existing values will be replaced by values provided. To use this endpoint,
327
-
opt in to the beta environment variable experience using the Netlify UI.
325
+
Updates an existing environment variable and all of its values.
326
+
Existing values will be replaced by values provided. To use this endpoint, your site must
327
+
no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
328
328
parameters:
329
329
- name: account_id
330
330
description: Scope response to account_id
@@ -378,7 +378,8 @@ paths:
378
378
- environmentVariables
379
379
operationId: setEnvVarValue
380
380
description: >-
381
-
[Beta] Updates or creates a new value for an existing environment variable. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.
381
+
Updates or creates a new value for an existing environment variable. To use this endpoint, your site
382
+
must no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
382
383
parameters:
383
384
- name: account_id
384
385
description: Scope response to account_id
@@ -444,8 +445,8 @@ paths:
444
445
default:
445
446
$ref: '#/responses/error'
446
447
description: >-
447
-
[Beta] Deletes an environment variable. To use this endpoint,
448
-
opt in to the beta environment variable experience using the Netlify UI.
448
+
Deletes an environment variable. To use this endpoint, your site must no
449
+
longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
449
450
/accounts/{account_id}/env/{key}/value/{id}:
450
451
delete:
451
452
tags:
@@ -480,8 +481,8 @@ paths:
480
481
default:
481
482
$ref: '#/responses/error'
482
483
description: >-
483
-
[Beta] Deletes a specific environment variable value. To use this endpoint,
484
-
opt in to the beta environment variable experience using the Netlify UI.
484
+
Deletes a specific environment variable value. To use this endpoint, your site
485
+
must no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
0 commit comments