Skip to content

Commit 15b6315

Browse files
committed
Wording changes.
1 parent cd5e2dd commit 15b6315

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

go/plumbing/operations/operations_client.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,15 @@ paths:
226226
description: >-
227227
Returns all environment variables for an account or site. An
228228
account corresponds to a team in the Netlify UI. To use this endpoint, your
229-
site must no longer be using the classic environment experience. Migrate now with the Netlify UI.
229+
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.
230230
post:
231231
tags:
232232
- environmentVariables
233233
operationId: createEnvVars
234234
description: >-
235235
Creates new environment variables. Granular scopes are available
236236
on Pro plans and above. To use this endpoint, your site must no longer be
237-
using the classic environment experience. Migrate now with the Netlify UI.
237+
using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
238238
parameters:
239239
- in: body
240240
name: env_vars
@@ -316,15 +316,15 @@ paths:
316316
$ref: '#/responses/error'
317317
description: >-
318318
Returns an individual environment variable. To use this endpoint, your site
319-
must no longer be using the classic environment experience. Migrate now with the Netlify UI.
319+
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.
320320
put:
321321
tags:
322322
- environmentVariables
323323
operationId: updateEnvVar
324324
description: >-
325325
Updates an existing environment variable and all of its values.
326326
Existing values will be replaced by values provided. To use this endpoint, your site must
327-
no longer be using the classic environment experience. Migrate now with the Netlify UI.
327+
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.
328328
parameters:
329329
- name: account_id
330330
description: Scope response to account_id
@@ -379,7 +379,7 @@ paths:
379379
operationId: setEnvVarValue
380380
description: >-
381381
Updates or creates a new value for an existing environment variable. To use this endpoint, your site
382-
must no longer be using the classic environment experience. Migrate now with the Netlify UI.
382+
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.
383383
parameters:
384384
- name: account_id
385385
description: Scope response to account_id
@@ -446,7 +446,7 @@ paths:
446446
$ref: '#/responses/error'
447447
description: >-
448448
Deletes an environment variable. To use this endpoint, your site must no
449-
longer be using the classic environment experience. Migrate now with the Netlify UI.
449+
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.
450450
/accounts/{account_id}/env/{key}/value/{id}:
451451
delete:
452452
tags:
@@ -482,7 +482,7 @@ paths:
482482
$ref: '#/responses/error'
483483
description: >-
484484
Deletes a specific environment variable value. To use this endpoint, your site
485-
must no longer be using the classic environment experience. Migrate now with the Netlify UI.
485+
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.
486486
/sites/{site_id}/forms:
487487
get:
488488
operationId: listSiteForms

0 commit comments

Comments
 (0)