Skip to content

Commit 7b60f9b

Browse files
committed
chore: feedback round 2.
1 parent 54aec30 commit 7b60f9b

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
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: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -225,16 +225,16 @@ paths:
225225
$ref: '#/responses/error'
226226
description: >-
227227
Returns all environment variables for an account or site. An
228-
account corresponds to a team in the Netlify UI. To use this endpoint,
229-
opt in to the beta environment variable experience using the Netlify UI.
228+
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.
230230
post:
231231
tags:
232232
- environmentVariables
233233
operationId: createEnvVars
234234
description: >-
235235
Creates new environment variables. Granular scopes are available
236-
on Pro plans and above. To use this endpoint, opt in to the beta environment
237-
variable experience using the Netlify UI.
236+
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.
238238
parameters:
239239
- in: body
240240
name: env_vars
@@ -315,16 +315,16 @@ paths:
315315
default:
316316
$ref: '#/responses/error'
317317
description: >-
318-
Returns an individual environment variable. To use this endpoint,
319-
opt in to the beta environment variable experience using the Netlify UI.
318+
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.
320320
put:
321321
tags:
322322
- environmentVariables
323323
operationId: updateEnvVar
324324
description: >-
325325
Updates an existing environment variable and all of its values.
326-
Existing values will be replaced by values provided. To use this endpoint,
327-
opt in to the beta environment variable experience using the Netlify UI.
326+
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.
328328
parameters:
329329
- name: account_id
330330
description: Scope response to account_id
@@ -378,7 +378,8 @@ paths:
378378
- environmentVariables
379379
operationId: setEnvVarValue
380380
description: >-
381-
Updates or creates a new value for an existing environment variable. To use this endpoint, opt in to the beta environment variable experience using the Netlify UI.
381+
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.
382383
parameters:
383384
- name: account_id
384385
description: Scope response to account_id
@@ -444,8 +445,8 @@ paths:
444445
default:
445446
$ref: '#/responses/error'
446447
description: >-
447-
Deletes an environment variable. To use this endpoint,
448-
opt in to the beta environment variable experience using the Netlify UI.
448+
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.
449450
/accounts/{account_id}/env/{key}/value/{id}:
450451
delete:
451452
tags:
@@ -480,8 +481,8 @@ paths:
480481
default:
481482
$ref: '#/responses/error'
482483
description: >-
483-
Deletes a specific environment variable value. To use this endpoint,
484-
opt in to the beta environment variable experience using the Netlify UI.
484+
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.
485486
/sites/{site_id}/forms:
486487
get:
487488
operationId: listSiteForms

0 commit comments

Comments
 (0)