Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions go/models/build_log_msg.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go/plumbing/operations/operations_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 15 additions & 7 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ paths:
$ref: '#/responses/error'
description: >-
Returns all environment variables for an account or site. An
account corresponds to a team in the Netlify UI. To use this endpoint, your
account corresponds to a team in the Netlify UI. To use this endpoint, your
site must no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
post:
tags:
- environmentVariables
operationId: createEnvVars
description: >-
Creates new environment variables. Granular scopes are available
on Pro plans and above. To use this endpoint, your site must no longer be
on Pro plans and above. To use this endpoint, your site must no longer be
using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
parameters:
- in: body
Expand Down Expand Up @@ -315,15 +315,15 @@ paths:
default:
$ref: '#/responses/error'
description: >-
Returns an individual environment variable. To use this endpoint, your site
Returns an individual environment variable. To use this endpoint, your site
must no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
put:
tags:
- environmentVariables
operationId: updateEnvVar
description: >-
Updates an existing environment variable and all of its values.
Existing values will be replaced by values provided. To use this endpoint, your site must
Existing values will be replaced by values provided. To use this endpoint, your site must
no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
parameters:
- name: account_id
Expand Down Expand Up @@ -378,7 +378,7 @@ paths:
- environmentVariables
operationId: setEnvVarValue
description: >-
Updates or creates a new value for an existing environment variable. To use this endpoint, your site
Updates or creates a new value for an existing environment variable. To use this endpoint, your site
must no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
parameters:
- name: account_id
Expand Down Expand Up @@ -445,7 +445,7 @@ paths:
default:
$ref: '#/responses/error'
description: >-
Deletes an environment variable. To use this endpoint, your site must no
Deletes an environment variable. To use this endpoint, your site must no
longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
/accounts/{account_id}/env/{key}/value/{id}:
delete:
Expand Down Expand Up @@ -481,7 +481,7 @@ paths:
default:
$ref: '#/responses/error'
description: >-
Deletes a specific environment variable value. To use this endpoint, your site
Deletes a specific environment variable value. To use this endpoint, your site
must no longer be using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
/sites/{site_id}/forms:
get:
Expand Down Expand Up @@ -2891,6 +2891,14 @@ definitions:
type: string
error:
type: boolean
section:
type: string
enum:
- initializing
- building
- deploying
- cleanup
- postprocessing
pluginRunData:
type: object
properties:
Expand Down