Skip to content

Commit fce8381

Browse files
committed
fix: add section to buildLogMsg
1 parent f802843 commit fce8381

File tree

3 files changed

+86
-9
lines changed

3 files changed

+86
-9
lines changed

go/models/build_log_msg.go

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/operations_client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,15 +225,15 @@ paths:
225225
$ref: '#/responses/error'
226226
description: >-
227227
Returns all environment variables for an account or site. An
228-
account corresponds to a team in the Netlify UI. To use this endpoint, your
228+
account corresponds to a team in the Netlify UI. To use this endpoint, your
229229
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.
230230
post:
231231
tags:
232232
- environmentVariables
233233
operationId: createEnvVars
234234
description: >-
235235
Creates new environment variables. Granular scopes are available
236-
on Pro plans and above. To use this endpoint, your site must no longer be
236+
on Pro plans and above. To use this endpoint, your site must no longer be
237237
using the <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
238238
parameters:
239239
- in: body
@@ -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 <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. 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 <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. 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 <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. 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 <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. 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 <a href="https://docs.netlify.com/environment-variables/classic-experience/">classic environment variables experience</a>. Migrate now with the Netlify UI.
486486
/sites/{site_id}/forms:
487487
get:
@@ -2891,6 +2891,14 @@ definitions:
28912891
type: string
28922892
error:
28932893
type: boolean
2894+
section:
2895+
type: string
2896+
enum:
2897+
- initializing
2898+
- building
2899+
- deploying
2900+
- cleanup
2901+
- postprocessing
28942902
pluginRunData:
28952903
type: object
28962904
properties:

0 commit comments

Comments
 (0)