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
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -225,15 +225,15 @@ paths:
225
225
$ref: '#/responses/error'
226
226
description: >-
227
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
228
+
account corresponds to a team in the Netlify UI. To use this endpoint, your
229
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
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
236
+
on Pro plans and above. To use this endpoint, your site must no longer be
237
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
@@ -315,15 +315,15 @@ paths:
315
315
default:
316
316
$ref: '#/responses/error'
317
317
description: >-
318
-
Returns an individual environment variable. To use this endpoint, your site
318
+
Returns an individual environment variable. To use this endpoint, your site
319
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
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
326
+
Existing values will be replaced by values provided. To use this endpoint, your site must
327
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
@@ -378,7 +378,7 @@ paths:
378
378
- environmentVariables
379
379
operationId: setEnvVarValue
380
380
description: >-
381
-
Updates or creates a new value for an existing environment variable. To use this endpoint, your site
381
+
Updates or creates a new value for an existing environment variable. To use this endpoint, your site
382
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.
383
383
parameters:
384
384
- name: account_id
@@ -445,7 +445,7 @@ paths:
445
445
default:
446
446
$ref: '#/responses/error'
447
447
description: >-
448
-
Deletes an environment variable. To use this endpoint, your site must no
448
+
Deletes an environment variable. To use this endpoint, your site must no
449
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.
450
450
/accounts/{account_id}/env/{key}/value/{id}:
451
451
delete:
@@ -481,7 +481,7 @@ paths:
481
481
default:
482
482
$ref: '#/responses/error'
483
483
description: >-
484
-
Deletes a specific environment variable value. To use this endpoint, your site
484
+
Deletes a specific environment variable value. To use this endpoint, your site
485
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