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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -224,15 +224,15 @@ paths:
224
224
default:
225
225
$ref: '#/responses/error'
226
226
description: >-
227
-
[Beta] Returns all environment variables for an account or site. An
227
+
Returns all environment variables for an account or site. An
228
228
account corresponds to a team in the Netlify UI. To use this endpoint,
229
229
opt in to the beta environment variable experience using 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
235
+
Creates new environment variables. Granular scopes are available
236
236
on Pro plans and above. To use this endpoint, opt in to the beta environment
237
237
variable experience using the Netlify UI.
238
238
parameters:
@@ -315,14 +315,14 @@ paths:
315
315
default:
316
316
$ref: '#/responses/error'
317
317
description: >-
318
-
[Beta] Returns an individual environment variable. To use this endpoint,
318
+
Returns an individual environment variable. To use this endpoint,
319
319
opt in to the beta environment variable experience using 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.
325
+
Updates an existing environment variable and all of its values.
326
326
Existing values will be replaced by values provided. To use this endpoint,
327
327
opt in to the beta environment variable experience using the Netlify UI.
328
328
parameters:
@@ -378,7 +378,7 @@ 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, opt in to the beta environment variable experience using the Netlify UI.
382
382
parameters:
383
383
- name: account_id
384
384
description: Scope response to account_id
@@ -444,7 +444,7 @@ paths:
444
444
default:
445
445
$ref: '#/responses/error'
446
446
description: >-
447
-
[Beta] Deletes an environment variable. To use this endpoint,
447
+
Deletes an environment variable. To use this endpoint,
448
448
opt in to the beta environment variable experience using the Netlify UI.
449
449
/accounts/{account_id}/env/{key}/value/{id}:
450
450
delete:
@@ -480,7 +480,7 @@ paths:
480
480
default:
481
481
$ref: '#/responses/error'
482
482
description: >-
483
-
[Beta] Deletes a specific environment variable value. To use this endpoint,
483
+
Deletes a specific environment variable value. To use this endpoint,
484
484
opt in to the beta environment variable experience using the Netlify UI.
0 commit comments