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 will soon be 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
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 will soon be 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 :
@@ -118,7 +118,7 @@ paths:
118118 default :
119119 $ref : ' #/responses/error'
120120 description : >-
121- **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
121+ **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
122122 Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables.
123123 patch :
124124 operationId : updateSite
@@ -139,7 +139,7 @@ paths:
139139 default :
140140 $ref : ' #/responses/error'
141141 description : >-
142- **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
142+ **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
143143 Please use [updateEnvVar](#tag/environmentVariables/operation/updateEnvVar) to update a site's environment variables.
144144 delete :
145145 operationId : deleteSite
@@ -1668,7 +1668,7 @@ paths:
16681668 default :
16691669 $ref : ' #/responses/error'
16701670 description : >-
1671- **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
1671+ **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
16721672 Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site.
16731673 get :
16741674 operationId : listSitesForAccount # an account represents a team or a user
@@ -1693,7 +1693,7 @@ paths:
16931693 default :
16941694 $ref : ' #/responses/error'
16951695 description : >-
1696- **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
1696+ **Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint.
16971697 Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables.
16981698 /{account_slug}/members :
16991699 parameters :
@@ -2912,6 +2912,8 @@ definitions:
29122912 type : array
29132913 items :
29142914 $ref : ' #/definitions/functionSchedule'
2915+ functions_config :
2916+ type : object
29152917 branch :
29162918 type : string
29172919 framework :
0 commit comments