@@ -315,15 +315,15 @@ paths:
315315 default :
316316 $ref : ' #/responses/error'
317317 description : >-
318- Returns an individual environment variable. To use this endpoint, your site
318+ Returns an individual environment variable. To use this endpoint, your site
319319 must no longer be using the classic environment experience. Migrate now with the Netlify UI.
320320 put :
321321 tags :
322322 - environmentVariables
323323 operationId : updateEnvVar
324324 description : >-
325325 Updates an existing environment variable and all of its values.
326- Existing values will be replaced by values provided. To use this endpoint, your site must
326+ Existing values will be replaced by values provided. To use this endpoint, your site must
327327 no longer be using the classic environment experience. Migrate now with the Netlify UI.
328328 parameters :
329329 - name : account_id
@@ -378,7 +378,7 @@ paths:
378378 - environmentVariables
379379 operationId : setEnvVarValue
380380 description : >-
381- Updates or creates a new value for an existing environment variable. To use this endpoint, your site
381+ Updates or creates a new value for an existing environment variable. To use this endpoint, your site
382382 must no longer be using the classic environment experience. Migrate now with the Netlify UI.
383383 parameters :
384384 - name : account_id
@@ -445,7 +445,7 @@ paths:
445445 default :
446446 $ref : ' #/responses/error'
447447 description : >-
448- Deletes an environment variable. To use this endpoint, your site must no
448+ Deletes an environment variable. To use this endpoint, your site must no
449449 longer be using the classic environment experience. Migrate now with the Netlify UI.
450450 /accounts/{account_id}/env/{key}/value/{id} :
451451 delete :
@@ -481,7 +481,7 @@ paths:
481481 default :
482482 $ref : ' #/responses/error'
483483 description : >-
484- Deletes a specific environment variable value. To use this endpoint, your site
484+ Deletes a specific environment variable value. To use this endpoint, your site
485485 must no longer be using the classic environment experience. Migrate now with the Netlify UI.
486486 /sites/{site_id}/forms :
487487 get :
0 commit comments