Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"node client"
],
"dependencies": {
"@netlify/open-api": "^2.10.0",
"@netlify/open-api": "^2.11.0",
"lodash.camelcase": "^4.3.0",
"micro-api-client": "^3.3.0",
"node-fetch": "^3.0.0",
Expand Down
19 changes: 13 additions & 6 deletions src/operations.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ Generated by [AVA](https://avajs.dev).
verb: 'get',
},
{
description: '[Beta] Returns all environment variables for an account or site. An account corresponds to a team in the Netlify UI.',
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.',
operationId: 'getEnvVars',
parameters: {
body: {},
Expand Down Expand Up @@ -2708,7 +2708,7 @@ Generated by [AVA](https://avajs.dev).
verb: 'get',
},
{
description: '[Beta] Creates new environment variables. Granular scopes are available on Pro plans and above.',
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.',
operationId: 'createEnvVars',
parameters: {
body: {
Expand Down Expand Up @@ -2912,7 +2912,7 @@ Generated by [AVA](https://avajs.dev).
verb: 'post',
},
{
description: '[Beta] Returns an individual environment variable.',
description: '[Beta] Returns an individual environment variable. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
operationId: 'getEnvVar',
parameters: {
body: {},
Expand Down Expand Up @@ -3060,7 +3060,7 @@ Generated by [AVA](https://avajs.dev).
verb: 'get',
},
{
description: '[Beta] Updates an existing environment variable and all of its values. Existing values will be replaced by values provided.',
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.',
operationId: 'updateEnvVar',
parameters: {
body: {
Expand Down Expand Up @@ -3265,7 +3265,7 @@ Generated by [AVA](https://avajs.dev).
verb: 'put',
},
{
description: '[Beta] Deletes an environment variable.',
description: '[Beta] Deletes an environment variable. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
operationId: 'deleteEnvVar',
parameters: {
body: {},
Expand Down Expand Up @@ -3326,7 +3326,7 @@ Generated by [AVA](https://avajs.dev).
verb: 'delete',
},
{
description: '[Beta] Deletes a specific environment variable value.',
description: '[Beta] Deletes a specific environment variable value. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.',
operationId: 'deleteEnvVarValue',
parameters: {
body: {},
Expand Down Expand Up @@ -8096,6 +8096,13 @@ Generated by [AVA](https://avajs.dev).
},
},
},
header: {
'X-Nf-Retry-Count': {
in: 'header',
name: 'X-Nf-Retry-Count',
type: 'integer',
},
},
path: {
deploy_id: {
in: 'path',
Expand Down
Binary file modified src/operations.test.js.snap
Binary file not shown.