Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit cee7a39

Browse files
committed
chore: update test snapshot
1 parent fc2b43b commit cee7a39

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

src/operations.test.js.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,7 @@ Generated by [AVA](https://avajs.dev).
25372537
verb: 'get',
25382538
},
25392539
{
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.',
25412541
operationId: 'getEnvVars',
25422542
parameters: {
25432543
body: {},
@@ -2708,7 +2708,7 @@ Generated by [AVA](https://avajs.dev).
27082708
verb: 'get',
27092709
},
27102710
{
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.',
27122712
operationId: 'createEnvVars',
27132713
parameters: {
27142714
body: {
@@ -2912,7 +2912,7 @@ Generated by [AVA](https://avajs.dev).
29122912
verb: 'post',
29132913
},
29142914
{
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.',
29162916
operationId: 'getEnvVar',
29172917
parameters: {
29182918
body: {},
@@ -3060,7 +3060,7 @@ Generated by [AVA](https://avajs.dev).
30603060
verb: 'get',
30613061
},
30623062
{
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.',
30643064
operationId: 'updateEnvVar',
30653065
parameters: {
30663066
body: {
@@ -3265,7 +3265,7 @@ Generated by [AVA](https://avajs.dev).
32653265
verb: 'put',
32663266
},
32673267
{
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.',
32693269
operationId: 'deleteEnvVar',
32703270
parameters: {
32713271
body: {},
@@ -3326,7 +3326,7 @@ Generated by [AVA](https://avajs.dev).
33263326
verb: 'delete',
33273327
},
33283328
{
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.',
33303330
operationId: 'deleteEnvVarValue',
33313331
parameters: {
33323332
body: {},
@@ -8096,6 +8096,13 @@ Generated by [AVA](https://avajs.dev).
80968096
},
80978097
},
80988098
},
8099+
header: {
8100+
'X-Nf-Retry-Count': {
8101+
in: 'header',
8102+
name: 'X-Nf-Retry-Count',
8103+
type: 'integer',
8104+
},
8105+
},
80998106
path: {
81008107
deploy_id: {
81018108
in: 'path',

src/operations.test.js.snap

217 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)