Skip to content

Commit 8359c4e

Browse files
authored
Merge pull request #518 from netlify/cg2/updateEnvVarNotes
chore: update descriptions for env vars
2 parents 0f0d503 + e1d3f68 commit 8359c4e

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
@@ -75,7 +75,7 @@ paths:
7575
default:
7676
$ref: '#/responses/error'
7777
description: >-
78-
**Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
78+
**Note:** Environment variable keys and values have moved from `build_settings.env` and `repo.env` to a new endpoint.
7979
Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables.
8080
post:
8181
operationId: createSite
@@ -99,7 +99,7 @@ paths:
9999
default:
100100
$ref: '#/responses/error'
101101
description: >-
102-
**Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
102+
**Note:** Environment variable keys and values have moved from `build_settings.env` and `repo.env` to a new endpoint.
103103
Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site.
104104
/sites/{site_id}:
105105
parameters:
@@ -123,7 +123,7 @@ paths:
123123
default:
124124
$ref: '#/responses/error'
125125
description: >-
126-
**Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
126+
**Note:** Environment variable keys and values have moved from `build_settings.env` and `repo.env` to a new endpoint.
127127
Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables.
128128
patch:
129129
operationId: updateSite
@@ -144,7 +144,7 @@ paths:
144144
default:
145145
$ref: '#/responses/error'
146146
description: >-
147-
**Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
147+
**Note:** Environment variable keys and values have moved from `build_settings.env` and `repo.env` to a new endpoint.
148148
Please use [updateEnvVar](#tag/environmentVariables/operation/updateEnvVar) to update a site's environment variables.
149149
delete:
150150
operationId: deleteSite
@@ -348,7 +348,7 @@ paths:
348348
$ref: '#/definitions/envVar'
349349
default:
350350
$ref: '#/responses/error'
351-
description: Returns all environment variables for a site.
351+
description: Returns all environment variables for a site. This convenience method behaves the same as `getEnvVars` but doesn't require an `account_id` as input.
352352
/accounts/{account_id}/env/{key}:
353353
get:
354354
tags:
@@ -1798,7 +1798,7 @@ paths:
17981798
default:
17991799
$ref: '#/responses/error'
18001800
description: >-
1801-
**Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
1801+
**Note:** Environment variable keys and values have moved from `build_settings.env` and `repo.env` to a new endpoint.
18021802
Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site.
18031803
get:
18041804
operationId: listSitesForAccount # an account represents a team or a user
@@ -1823,7 +1823,7 @@ paths:
18231823
default:
18241824
$ref: '#/responses/error'
18251825
description: >-
1826-
**Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
1826+
**Note:** Environment variable keys and values have moved from `build_settings.env` and `repo.env` to a new endpoint.
18271827
Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables.
18281828
/{account_slug}/members:
18291829
parameters:

0 commit comments

Comments
 (0)