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
{{ message }}
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/operations.test.js.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2537,7 +2537,7 @@ Generated by [AVA](https://avajs.dev).
2537
2537
verb: 'get',
2538
2538
},
2539
2539
{
2540
-
description: '[Beta] Returns all environment variables for an account or site. An account corresponds to a team in the Netlify UI.',
2540
+
description: '[Beta] Returns all environment variables for an account or site. An account corresponds to a team in the Netlify UI. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
2541
2541
operationId: 'getEnvVars',
2542
2542
parameters: {
2543
2543
body: {},
@@ -2708,7 +2708,7 @@ Generated by [AVA](https://avajs.dev).
2708
2708
verb: 'get',
2709
2709
},
2710
2710
{
2711
-
description: '[Beta] Creates new environment variables. Granular scopes are available on Pro plans and above.',
2711
+
description: '[Beta] Creates new environment variables. Granular scopes are available on Pro plans and above. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
2712
2712
operationId: 'createEnvVars',
2713
2713
parameters: {
2714
2714
body: {
@@ -2912,7 +2912,7 @@ Generated by [AVA](https://avajs.dev).
2912
2912
verb: 'post',
2913
2913
},
2914
2914
{
2915
-
description: '[Beta] Returns an individual environment variable.',
2915
+
description: '[Beta] Returns an individual environment variable. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
2916
2916
operationId: 'getEnvVar',
2917
2917
parameters: {
2918
2918
body: {},
@@ -3060,7 +3060,7 @@ Generated by [AVA](https://avajs.dev).
3060
3060
verb: 'get',
3061
3061
},
3062
3062
{
3063
-
description: '[Beta] Updates an existing environment variable and all of its values. Existing values will be replaced by values provided.',
3063
+
description: '[Beta] Updates an existing environment variable and all of its values. Existing values will be replaced by values provided. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
3064
3064
operationId: 'updateEnvVar',
3065
3065
parameters: {
3066
3066
body: {
@@ -3265,7 +3265,7 @@ Generated by [AVA](https://avajs.dev).
3265
3265
verb: 'put',
3266
3266
},
3267
3267
{
3268
-
description: '[Beta] Deletes an environment variable.',
3268
+
description: '[Beta] Deletes an environment variable. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
3269
3269
operationId: 'deleteEnvVar',
3270
3270
parameters: {
3271
3271
body: {},
@@ -3326,7 +3326,7 @@ Generated by [AVA](https://avajs.dev).
3326
3326
verb: 'delete',
3327
3327
},
3328
3328
{
3329
-
description: '[Beta] Deletes a specific environment variable value.',
3329
+
description: '[Beta] Deletes a specific environment variable value. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
3330
3330
operationId: 'deleteEnvVarValue',
3331
3331
parameters: {
3332
3332
body: {},
@@ -8096,6 +8096,13 @@ Generated by [AVA](https://avajs.dev).
0 commit comments