Skip to content

Commit 54aec30

Browse files
committed
chore: remove beta tags from CLI and docs
1 parent ab9aa11 commit 54aec30

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
@@ -224,15 +224,15 @@ paths:
224224
default:
225225
$ref: '#/responses/error'
226226
description: >-
227-
[Beta] Returns all environment variables for an account or site. An
227+
Returns all environment variables for an account or site. An
228228
account corresponds to a team in the Netlify UI. To use this endpoint,
229229
opt in to the beta environment variable experience using the Netlify UI.
230230
post:
231231
tags:
232232
- environmentVariables
233233
operationId: createEnvVars
234234
description: >-
235-
[Beta] Creates new environment variables. Granular scopes are available
235+
Creates new environment variables. Granular scopes are available
236236
on Pro plans and above. To use this endpoint, opt in to the beta environment
237237
variable experience using the Netlify UI.
238238
parameters:
@@ -315,14 +315,14 @@ paths:
315315
default:
316316
$ref: '#/responses/error'
317317
description: >-
318-
[Beta] Returns an individual environment variable. To use this endpoint,
318+
Returns an individual environment variable. To use this endpoint,
319319
opt in to the beta environment variable experience using the Netlify UI.
320320
put:
321321
tags:
322322
- environmentVariables
323323
operationId: updateEnvVar
324324
description: >-
325-
[Beta] Updates an existing environment variable and all of its values.
325+
Updates an existing environment variable and all of its values.
326326
Existing values will be replaced by values provided. To use this endpoint,
327327
opt in to the beta environment variable experience using the Netlify UI.
328328
parameters:
@@ -378,7 +378,7 @@ paths:
378378
- environmentVariables
379379
operationId: setEnvVarValue
380380
description: >-
381-
[Beta] 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, opt in to the beta environment variable experience using the Netlify UI.
382382
parameters:
383383
- name: account_id
384384
description: Scope response to account_id
@@ -444,7 +444,7 @@ paths:
444444
default:
445445
$ref: '#/responses/error'
446446
description: >-
447-
[Beta] Deletes an environment variable. To use this endpoint,
447+
Deletes an environment variable. To use this endpoint,
448448
opt in to the beta environment variable experience using the Netlify UI.
449449
/accounts/{account_id}/env/{key}/value/{id}:
450450
delete:
@@ -480,7 +480,7 @@ paths:
480480
default:
481481
$ref: '#/responses/error'
482482
description: >-
483-
[Beta] Deletes a specific environment variable value. To use this endpoint,
483+
Deletes a specific environment variable value. To use this endpoint,
484484
opt in to the beta environment variable experience using the Netlify UI.
485485
/sites/{site_id}/forms:
486486
get:

0 commit comments

Comments
 (0)