You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swagger.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ paths:
75
75
default:
76
76
$ref: '#/responses/error'
77
77
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.
79
79
Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables.
80
80
post:
81
81
operationId: createSite
@@ -99,7 +99,7 @@ paths:
99
99
default:
100
100
$ref: '#/responses/error'
101
101
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.
103
103
Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site.
104
104
/sites/{site_id}:
105
105
parameters:
@@ -123,7 +123,7 @@ paths:
123
123
default:
124
124
$ref: '#/responses/error'
125
125
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.
127
127
Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables.
128
128
patch:
129
129
operationId: updateSite
@@ -144,7 +144,7 @@ paths:
144
144
default:
145
145
$ref: '#/responses/error'
146
146
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.
148
148
Please use [updateEnvVar](#tag/environmentVariables/operation/updateEnvVar) to update a site's environment variables.
149
149
delete:
150
150
operationId: deleteSite
@@ -348,7 +348,7 @@ paths:
348
348
$ref: '#/definitions/envVar'
349
349
default:
350
350
$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.
352
352
/accounts/{account_id}/env/{key}:
353
353
get:
354
354
tags:
@@ -1798,7 +1798,7 @@ paths:
1798
1798
default:
1799
1799
$ref: '#/responses/error'
1800
1800
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.
1802
1802
Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site.
1803
1803
get:
1804
1804
operationId: listSitesForAccount # an account represents a team or a user
@@ -1823,7 +1823,7 @@ paths:
1823
1823
default:
1824
1824
$ref: '#/responses/error'
1825
1825
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.
1827
1827
Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables.
0 commit comments