Skip to content

chore(docs): remove mention of migrating from classic env vars experience #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 go/plumbing/operations/operations_client.go

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

24 changes: 8 additions & 16 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,13 @@ paths:
$ref: '#/responses/error'
description: >-
Returns all environment variables for an account or site. An
account corresponds to a team in the Netlify UI. To use this endpoint, your
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.
account corresponds to a team in the Netlify UI.
post:
tags:
- environmentVariables
operationId: createEnvVars
description: >-
Creates new environment variables. Granular scopes are available
on Pro plans and above. To use this endpoint, your 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.
Creates new environment variables. Granular scopes are available on Pro plans and above.
parameters:
- in: body
name: env_vars
Expand Down Expand Up @@ -332,16 +329,14 @@ paths:
default:
$ref: '#/responses/error'
description: >-
Returns an individual environment variable. To use this endpoint, your 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.
Returns an individual environment variable.
put:
tags:
- environmentVariables
operationId: updateEnvVar
description: >-
Updates an existing environment variable and all of its values.
Existing values will be replaced by values provided. To use this endpoint, your 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.
Existing values will be replaced by values provided.
parameters:
- name: account_id
description: Scope response to account_id
Expand Down Expand Up @@ -395,8 +390,7 @@ paths:
- environmentVariables
operationId: setEnvVarValue
description: >-
Updates or creates a new value for an existing environment variable. To use this endpoint, your 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.
Updates or creates a new value for an existing environment variable.
parameters:
- name: account_id
description: Scope response to account_id
Expand Down Expand Up @@ -467,8 +461,7 @@ paths:
default:
$ref: '#/responses/error'
description: >-
Deletes an environment variable. To use this endpoint, your 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.
Deletes an environment variable.
/accounts/{account_id}/env/{key}/value/{id}:
delete:
tags:
Expand Down Expand Up @@ -503,8 +496,7 @@ paths:
default:
$ref: '#/responses/error'
description: >-
Deletes a specific environment variable value. To use this endpoint, your 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.
Deletes a specific environment variable value.
/sites/{site_id}/forms:
get:
operationId: listSiteForms
Expand Down Expand Up @@ -3737,4 +3729,4 @@ tags:
- name: asset
x-displayName: Asset
- name: assetPublicSignature
x-displayName: Asset public signature
x-displayName: Asset public signature