@@ -225,14 +225,16 @@ paths:
225225 $ref : ' #/responses/error'
226226 description : >-
227227 [Beta] Returns all environment variables for an account or site. An
228- account corresponds to a team in the Netlify UI.
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.
229230 post :
230231 tags :
231232 - environmentVariables
232233 operationId : createEnvVars
233234 description : >-
234235 [Beta] Creates new environment variables. Granular scopes are available
235- on Pro plans and above.
236+ on Pro plans and above. To use this endpoint, opt in to the beta environment
237+ variable experience using the Netlify UI.
236238 parameters :
237239 - in : body
238240 name : env_vars
@@ -312,14 +314,17 @@ paths:
312314 $ref : ' #/definitions/envVar'
313315 default :
314316 $ref : ' #/responses/error'
315- description : ' [Beta] Returns an individual environment variable.'
317+ description : >-
318+ [Beta] Returns an individual environment variable. To use this endpoint,
319+ opt in to the beta environment variable experience using the Netlify UI.
316320 put :
317321 tags :
318322 - environmentVariables
319323 operationId : updateEnvVar
320324 description : >-
321325 [Beta] Updates an existing environment variable and all of its values.
322- Existing values will be replaced by values provided.
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.
323328 parameters :
324329 - name : account_id
325330 description : Scope response to account_id
@@ -393,7 +398,9 @@ paths:
393398 description : No Content (success)
394399 default :
395400 $ref : ' #/responses/error'
396- description : ' [Beta] Deletes an environment variable.'
401+ description : >-
402+ [Beta] Deletes an environment variable. To use this endpoint,
403+ opt in to the beta environment variable experience using the Netlify UI.
397404 /accounts/{account_id}/env/{key}/value/{id} :
398405 delete :
399406 tags :
@@ -427,7 +434,9 @@ paths:
427434 description : No Content (success)
428435 default :
429436 $ref : ' #/responses/error'
430- description : ' [Beta] Deletes a specific environment variable value.'
437+ description : >-
438+ [Beta] Deletes a specific environment variable value. To use this endpoint,
439+ opt in to the beta environment variable experience using the Netlify UI.
431440 /sites/{site_id}/forms :
432441 get :
433442 operationId : listSiteForms
0 commit comments