@vercel/sdk 1.6.1 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -10
- package/bin/mcp-server.js +1579 -2527
- package/bin/mcp-server.js.map +29 -38
- package/docs/sdks/integrations/README.md +0 -161
- package/docs/sdks/logdrains/README.md +0 -260
- package/docs/sdks/projects/README.md +162 -0
- package/esm/__tests__/integrations.test.js +5 -40
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +7 -89
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +41 -13
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsPauseProject.d.ts +18 -0
- package/esm/funcs/projectsPauseProject.d.ts.map +1 -0
- package/esm/funcs/{logDrainsGetConfigurableLogDrain.js → projectsPauseProject.js} +13 -13
- package/esm/funcs/projectsPauseProject.js.map +1 -0
- package/esm/funcs/projectsUnpauseProject.d.ts +18 -0
- package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -0
- package/esm/funcs/{logDrainsGetAllLogDrains.js → projectsUnpauseProject.js} +18 -14
- package/esm/funcs/projectsUnpauseProject.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.d.ts +3 -1
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +10 -0
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.js +7 -2
- package/esm/lib/sdks.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +5 -11
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/projectsPauseProject.d.ts +7 -0
- package/esm/mcp-server/tools/projectsPauseProject.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsPauseProject.js +27 -0
- package/esm/mcp-server/tools/projectsPauseProject.js.map +1 -0
- package/esm/mcp-server/tools/projectsUnpauseProject.d.ts +7 -0
- package/esm/mcp-server/tools/projectsUnpauseProject.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsUnpauseProject.js +27 -0
- package/esm/mcp-server/tools/projectsUnpauseProject.js.map +1 -0
- package/esm/models/authuser.d.ts +41 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +29 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -3
- package/esm/models/canceldeploymentop.js +1 -1
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +51 -51
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +74 -75
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +46 -16
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +17 -5
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +34 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +25 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +19 -16
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +25 -27
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -0
- package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +14 -13
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +46 -16
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +17 -5
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +9 -9
- package/esm/models/getteammembersop.js +3 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/pauseprojectop.d.ts +42 -0
- package/esm/models/pauseprojectop.d.ts.map +1 -0
- package/esm/models/pauseprojectop.js +35 -0
- package/esm/models/pauseprojectop.js.map +1 -0
- package/esm/models/unpauseprojectop.d.ts +42 -0
- package/esm/models/unpauseprojectop.d.ts.map +1 -0
- package/esm/models/unpauseprojectop.js +35 -0
- package/esm/models/unpauseprojectop.js.map +1 -0
- package/esm/models/updateprojectdatacacheop.d.ts +46 -16
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +17 -5
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +46 -16
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +17 -5
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +569 -512
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +703 -645
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +0 -16
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +0 -20
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -24
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -30
- package/esm/sdk/logdrains.js.map +1 -1
- package/esm/sdk/projects.d.ts +16 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +20 -0
- package/esm/sdk/projects.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/integrations.test.ts +9 -44
- package/src/__tests__/logdrains.test.ts +13 -95
- package/src/__tests__/projects.test.ts +47 -13
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/funcs/{integrationsGitNamespaces.ts → projectsPauseProject.ts} +30 -25
- package/src/funcs/{logDrainsGetAllLogDrains.ts → projectsUnpauseProject.ts} +27 -24
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +20 -0
- package/src/lib/sdks.ts +8 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -11
- package/src/mcp-server/tools/projectsPauseProject.ts +35 -0
- package/src/mcp-server/tools/projectsUnpauseProject.ts +35 -0
- package/src/models/authuser.ts +74 -0
- package/src/models/canceldeploymentop.ts +1 -1
- package/src/models/createlogdrainop.ts +95 -112
- package/src/models/createprojectop.ts +42 -6
- package/src/models/exchangessotokenop.ts +44 -0
- package/src/models/getconfigurationsop.ts +34 -39
- package/src/models/getcustomenvironmentop.ts +3 -0
- package/src/models/getintegrationlogdrainsop.ts +15 -20
- package/src/models/getprojectsop.ts +42 -6
- package/src/models/getteammembersop.ts +3 -3
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
- package/src/models/pauseprojectop.ts +83 -0
- package/src/models/unpauseprojectop.ts +83 -0
- package/src/models/updateprojectdatacacheop.ts +42 -6
- package/src/models/updateprojectop.ts +42 -6
- package/src/models/userevent.ts +1328 -1193
- package/src/sdk/integrations.ts +0 -44
- package/src/sdk/logdrains.ts +0 -66
- package/src/sdk/projects.ts +38 -0
- package/vercel-spec.json +616 -1392
- package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/funcs/integrationsGitNamespaces.js +0 -86
- package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
- package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
- package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/funcs/integrationsSearchRepo.js +0 -89
- package/esm/funcs/integrationsSearchRepo.js.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -86
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
- package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
- package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/createconfigurablelogdrainop.js +0 -348
- package/esm/models/createconfigurablelogdrainop.js.map +0 -1
- package/esm/models/getalllogdrainsop.d.ts +0 -294
- package/esm/models/getalllogdrainsop.d.ts.map +0 -1
- package/esm/models/getalllogdrainsop.js +0 -231
- package/esm/models/getalllogdrainsop.js.map +0 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
- package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/getconfigurablelogdrainop.js +0 -230
- package/esm/models/getconfigurablelogdrainop.js.map +0 -1
- package/esm/models/gitnamespacesop.d.ts +0 -126
- package/esm/models/gitnamespacesop.d.ts.map +0 -1
- package/esm/models/gitnamespacesop.js +0 -115
- package/esm/models/gitnamespacesop.js.map +0 -1
- package/esm/models/searchrepoop.d.ts +0 -421
- package/esm/models/searchrepoop.d.ts.map +0 -1
- package/esm/models/searchrepoop.js +0 -385
- package/esm/models/searchrepoop.js.map +0 -1
- package/src/funcs/integrationsSearchRepo.ts +0 -181
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +0 -185
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
- package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
- package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
- package/src/models/createconfigurablelogdrainop.ts +0 -652
- package/src/models/getalllogdrainsop.ts +0 -416
- package/src/models/getconfigurablelogdrainop.ts +0 -420
- package/src/models/gitnamespacesop.ts +0 -235
- package/src/models/searchrepoop.ts +0 -784
package/vercel-spec.json
CHANGED
|
@@ -4952,10 +4952,12 @@
|
|
|
4952
4952
|
"endsWith",
|
|
4953
4953
|
"startsWith",
|
|
4954
4954
|
"equals"
|
|
4955
|
-
]
|
|
4955
|
+
],
|
|
4956
|
+
"description": "The type of matching to perform"
|
|
4956
4957
|
},
|
|
4957
4958
|
"pattern": {
|
|
4958
|
-
"type": "string"
|
|
4959
|
+
"type": "string",
|
|
4960
|
+
"description": "The pattern to match against branch names"
|
|
4959
4961
|
}
|
|
4960
4962
|
},
|
|
4961
4963
|
"required": [
|
|
@@ -5449,7 +5451,7 @@
|
|
|
5449
5451
|
},
|
|
5450
5452
|
"defaultRoute": {
|
|
5451
5453
|
"type": "string",
|
|
5452
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
5454
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
5453
5455
|
},
|
|
5454
5456
|
"routeObservabilityToThisProject": {
|
|
5455
5457
|
"type": "boolean",
|
|
@@ -5682,8 +5684,8 @@
|
|
|
5682
5684
|
"deploymentType": {
|
|
5683
5685
|
"type": "string",
|
|
5684
5686
|
"enum": [
|
|
5685
|
-
"preview",
|
|
5686
5687
|
"all",
|
|
5688
|
+
"preview",
|
|
5687
5689
|
"prod_deployment_urls_and_all_previews"
|
|
5688
5690
|
]
|
|
5689
5691
|
}
|
|
@@ -5751,10 +5753,12 @@
|
|
|
5751
5753
|
"endsWith",
|
|
5752
5754
|
"startsWith",
|
|
5753
5755
|
"equals"
|
|
5754
|
-
]
|
|
5756
|
+
],
|
|
5757
|
+
"description": "The type of matching to perform"
|
|
5755
5758
|
},
|
|
5756
5759
|
"pattern": {
|
|
5757
|
-
"type": "string"
|
|
5760
|
+
"type": "string",
|
|
5761
|
+
"description": "The pattern to match against branch names"
|
|
5758
5762
|
}
|
|
5759
5763
|
},
|
|
5760
5764
|
"required": [
|
|
@@ -6707,6 +6711,12 @@
|
|
|
6707
6711
|
},
|
|
6708
6712
|
"type": "array"
|
|
6709
6713
|
},
|
|
6714
|
+
"teamMemberMfaStatus": {
|
|
6715
|
+
"items": {
|
|
6716
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6717
|
+
},
|
|
6718
|
+
"type": "array"
|
|
6719
|
+
},
|
|
6710
6720
|
"teamMicrofrontends": {
|
|
6711
6721
|
"items": {
|
|
6712
6722
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -6809,6 +6819,18 @@
|
|
|
6809
6819
|
},
|
|
6810
6820
|
"type": "array"
|
|
6811
6821
|
},
|
|
6822
|
+
"vercelRun": {
|
|
6823
|
+
"items": {
|
|
6824
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6825
|
+
},
|
|
6826
|
+
"type": "array"
|
|
6827
|
+
},
|
|
6828
|
+
"vercelRunExec": {
|
|
6829
|
+
"items": {
|
|
6830
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
6831
|
+
},
|
|
6832
|
+
"type": "array"
|
|
6833
|
+
},
|
|
6812
6834
|
"aliasProject": {
|
|
6813
6835
|
"items": {
|
|
6814
6836
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -7239,10 +7261,10 @@
|
|
|
7239
7261
|
"deploymentType": {
|
|
7240
7262
|
"type": "string",
|
|
7241
7263
|
"enum": [
|
|
7242
|
-
"production",
|
|
7243
|
-
"preview",
|
|
7244
7264
|
"all",
|
|
7245
|
-
"
|
|
7265
|
+
"preview",
|
|
7266
|
+
"prod_deployment_urls_and_all_previews",
|
|
7267
|
+
"production"
|
|
7246
7268
|
]
|
|
7247
7269
|
},
|
|
7248
7270
|
"addresses": {
|
|
@@ -7282,10 +7304,10 @@
|
|
|
7282
7304
|
"deploymentType": {
|
|
7283
7305
|
"type": "string",
|
|
7284
7306
|
"enum": [
|
|
7285
|
-
"production",
|
|
7286
|
-
"preview",
|
|
7287
7307
|
"all",
|
|
7288
|
-
"
|
|
7308
|
+
"preview",
|
|
7309
|
+
"prod_deployment_urls_and_all_previews",
|
|
7310
|
+
"production"
|
|
7289
7311
|
]
|
|
7290
7312
|
}
|
|
7291
7313
|
},
|
|
@@ -14003,8 +14025,8 @@
|
|
|
14003
14025
|
"nullable": true,
|
|
14004
14026
|
"type": "string",
|
|
14005
14027
|
"enum": [
|
|
14006
|
-
"
|
|
14007
|
-
"
|
|
14028
|
+
"staging",
|
|
14029
|
+
"production"
|
|
14008
14030
|
]
|
|
14009
14031
|
},
|
|
14010
14032
|
"type": {
|
|
@@ -18004,161 +18026,21 @@
|
|
|
18004
18026
|
}
|
|
18005
18027
|
},
|
|
18006
18028
|
"/v1/log-drains/{id}": {
|
|
18007
|
-
"
|
|
18008
|
-
"description": "
|
|
18009
|
-
"operationId": "
|
|
18029
|
+
"delete": {
|
|
18030
|
+
"description": "Deletes a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be deleted.",
|
|
18031
|
+
"operationId": "deleteConfigurableLogDrain",
|
|
18010
18032
|
"security": [
|
|
18011
18033
|
{
|
|
18012
18034
|
"bearerToken": []
|
|
18013
18035
|
}
|
|
18014
18036
|
],
|
|
18015
|
-
"summary": "
|
|
18037
|
+
"summary": "Deletes a Configurable Log Drain",
|
|
18016
18038
|
"tags": [
|
|
18017
18039
|
"logDrains"
|
|
18018
18040
|
],
|
|
18019
18041
|
"responses": {
|
|
18020
|
-
"
|
|
18021
|
-
"description": ""
|
|
18022
|
-
"content": {
|
|
18023
|
-
"application/json": {
|
|
18024
|
-
"schema": {
|
|
18025
|
-
"properties": {
|
|
18026
|
-
"clientId": {
|
|
18027
|
-
"type": "string"
|
|
18028
|
-
},
|
|
18029
|
-
"configurationId": {
|
|
18030
|
-
"type": "string"
|
|
18031
|
-
},
|
|
18032
|
-
"sources": {
|
|
18033
|
-
"items": {
|
|
18034
|
-
"type": "string",
|
|
18035
|
-
"enum": [
|
|
18036
|
-
"build",
|
|
18037
|
-
"edge",
|
|
18038
|
-
"lambda",
|
|
18039
|
-
"static",
|
|
18040
|
-
"external",
|
|
18041
|
-
"firewall"
|
|
18042
|
-
]
|
|
18043
|
-
},
|
|
18044
|
-
"type": "array"
|
|
18045
|
-
},
|
|
18046
|
-
"environments": {
|
|
18047
|
-
"items": {
|
|
18048
|
-
"type": "string",
|
|
18049
|
-
"enum": [
|
|
18050
|
-
"production",
|
|
18051
|
-
"preview"
|
|
18052
|
-
]
|
|
18053
|
-
},
|
|
18054
|
-
"type": "array"
|
|
18055
|
-
},
|
|
18056
|
-
"disabledBy": {
|
|
18057
|
-
"type": "string"
|
|
18058
|
-
},
|
|
18059
|
-
"firstErrorTimestamp": {
|
|
18060
|
-
"type": "number"
|
|
18061
|
-
},
|
|
18062
|
-
"samplingRate": {
|
|
18063
|
-
"type": "number"
|
|
18064
|
-
},
|
|
18065
|
-
"hideIpAddresses": {
|
|
18066
|
-
"type": "boolean"
|
|
18067
|
-
},
|
|
18068
|
-
"id": {
|
|
18069
|
-
"type": "string"
|
|
18070
|
-
},
|
|
18071
|
-
"createdAt": {
|
|
18072
|
-
"type": "number"
|
|
18073
|
-
},
|
|
18074
|
-
"deletedAt": {
|
|
18075
|
-
"nullable": true,
|
|
18076
|
-
"type": "number"
|
|
18077
|
-
},
|
|
18078
|
-
"updatedAt": {
|
|
18079
|
-
"type": "number"
|
|
18080
|
-
},
|
|
18081
|
-
"url": {
|
|
18082
|
-
"type": "string"
|
|
18083
|
-
},
|
|
18084
|
-
"headers": {
|
|
18085
|
-
"additionalProperties": {
|
|
18086
|
-
"type": "string"
|
|
18087
|
-
},
|
|
18088
|
-
"type": "object"
|
|
18089
|
-
},
|
|
18090
|
-
"projectIds": {
|
|
18091
|
-
"items": {
|
|
18092
|
-
"type": "string"
|
|
18093
|
-
},
|
|
18094
|
-
"type": "array"
|
|
18095
|
-
},
|
|
18096
|
-
"name": {
|
|
18097
|
-
"type": "string"
|
|
18098
|
-
},
|
|
18099
|
-
"teamId": {
|
|
18100
|
-
"nullable": true,
|
|
18101
|
-
"type": "string"
|
|
18102
|
-
},
|
|
18103
|
-
"ownerId": {
|
|
18104
|
-
"type": "string"
|
|
18105
|
-
},
|
|
18106
|
-
"createdFrom": {
|
|
18107
|
-
"type": "string",
|
|
18108
|
-
"enum": [
|
|
18109
|
-
"self-served",
|
|
18110
|
-
"integration"
|
|
18111
|
-
]
|
|
18112
|
-
},
|
|
18113
|
-
"deliveryFormat": {
|
|
18114
|
-
"type": "string",
|
|
18115
|
-
"enum": [
|
|
18116
|
-
"json",
|
|
18117
|
-
"ndjson",
|
|
18118
|
-
"syslog",
|
|
18119
|
-
"protobuf"
|
|
18120
|
-
]
|
|
18121
|
-
},
|
|
18122
|
-
"status": {
|
|
18123
|
-
"type": "string",
|
|
18124
|
-
"enum": [
|
|
18125
|
-
"enabled",
|
|
18126
|
-
"disabled",
|
|
18127
|
-
"errored"
|
|
18128
|
-
]
|
|
18129
|
-
},
|
|
18130
|
-
"disabledAt": {
|
|
18131
|
-
"type": "number"
|
|
18132
|
-
},
|
|
18133
|
-
"disabledReason": {
|
|
18134
|
-
"type": "string",
|
|
18135
|
-
"enum": [
|
|
18136
|
-
"disabled-by-owner",
|
|
18137
|
-
"feature-not-available",
|
|
18138
|
-
"account-plan-downgrade",
|
|
18139
|
-
"disabled-by-admin"
|
|
18140
|
-
]
|
|
18141
|
-
},
|
|
18142
|
-
"secret": {
|
|
18143
|
-
"type": "string"
|
|
18144
|
-
}
|
|
18145
|
-
},
|
|
18146
|
-
"required": [
|
|
18147
|
-
"environments",
|
|
18148
|
-
"id",
|
|
18149
|
-
"createdAt",
|
|
18150
|
-
"deletedAt",
|
|
18151
|
-
"updatedAt",
|
|
18152
|
-
"url",
|
|
18153
|
-
"name",
|
|
18154
|
-
"ownerId",
|
|
18155
|
-
"deliveryFormat",
|
|
18156
|
-
"secret"
|
|
18157
|
-
],
|
|
18158
|
-
"type": "object"
|
|
18159
|
-
}
|
|
18160
|
-
}
|
|
18161
|
-
}
|
|
18042
|
+
"204": {
|
|
18043
|
+
"description": ""
|
|
18162
18044
|
},
|
|
18163
18045
|
"400": {
|
|
18164
18046
|
"description": "One of the provided values in the request query is invalid.",
|
|
@@ -18222,699 +18104,107 @@
|
|
|
18222
18104
|
}
|
|
18223
18105
|
}
|
|
18224
18106
|
]
|
|
18225
|
-
}
|
|
18226
|
-
|
|
18227
|
-
|
|
18228
|
-
|
|
18107
|
+
}
|
|
18108
|
+
},
|
|
18109
|
+
"/v1/edge-config": {
|
|
18110
|
+
"get": {
|
|
18111
|
+
"description": "Returns all Edge Configs.",
|
|
18112
|
+
"operationId": "getEdgeConfigs",
|
|
18229
18113
|
"security": [
|
|
18230
18114
|
{
|
|
18231
18115
|
"bearerToken": []
|
|
18232
18116
|
}
|
|
18233
18117
|
],
|
|
18234
|
-
"summary": "
|
|
18118
|
+
"summary": "Get Edge Configs",
|
|
18235
18119
|
"tags": [
|
|
18236
|
-
"
|
|
18120
|
+
"edge-config"
|
|
18237
18121
|
],
|
|
18238
18122
|
"responses": {
|
|
18239
|
-
"
|
|
18240
|
-
"description": ""
|
|
18241
|
-
|
|
18242
|
-
|
|
18243
|
-
|
|
18244
|
-
|
|
18245
|
-
|
|
18246
|
-
|
|
18247
|
-
|
|
18248
|
-
|
|
18249
|
-
|
|
18250
|
-
|
|
18251
|
-
|
|
18252
|
-
|
|
18253
|
-
|
|
18254
|
-
|
|
18255
|
-
|
|
18256
|
-
|
|
18257
|
-
|
|
18258
|
-
|
|
18259
|
-
|
|
18260
|
-
|
|
18261
|
-
|
|
18262
|
-
|
|
18263
|
-
|
|
18264
|
-
|
|
18265
|
-
|
|
18266
|
-
|
|
18267
|
-
|
|
18268
|
-
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
|
|
18273
|
-
|
|
18274
|
-
|
|
18275
|
-
|
|
18276
|
-
|
|
18277
|
-
|
|
18278
|
-
|
|
18279
|
-
|
|
18280
|
-
|
|
18281
|
-
|
|
18282
|
-
|
|
18283
|
-
|
|
18284
|
-
|
|
18285
|
-
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
|
|
18294
|
-
|
|
18295
|
-
|
|
18296
|
-
|
|
18297
|
-
|
|
18298
|
-
|
|
18299
|
-
|
|
18300
|
-
|
|
18301
|
-
|
|
18302
|
-
|
|
18303
|
-
|
|
18304
|
-
|
|
18305
|
-
|
|
18306
|
-
|
|
18307
|
-
|
|
18308
|
-
|
|
18309
|
-
|
|
18310
|
-
|
|
18311
|
-
|
|
18312
|
-
|
|
18313
|
-
|
|
18314
|
-
|
|
18315
|
-
|
|
18316
|
-
|
|
18317
|
-
|
|
18318
|
-
|
|
18319
|
-
|
|
18320
|
-
|
|
18321
|
-
|
|
18322
|
-
|
|
18323
|
-
|
|
18324
|
-
"schema": {
|
|
18325
|
-
"items": {
|
|
18326
|
-
"properties": {
|
|
18327
|
-
"clientId": {
|
|
18328
|
-
"type": "string"
|
|
18329
|
-
},
|
|
18330
|
-
"configurationId": {
|
|
18331
|
-
"type": "string"
|
|
18332
|
-
},
|
|
18333
|
-
"sources": {
|
|
18334
|
-
"items": {
|
|
18335
|
-
"type": "string",
|
|
18336
|
-
"enum": [
|
|
18337
|
-
"build",
|
|
18338
|
-
"edge",
|
|
18339
|
-
"lambda",
|
|
18340
|
-
"static",
|
|
18341
|
-
"external",
|
|
18342
|
-
"firewall"
|
|
18343
|
-
]
|
|
18344
|
-
},
|
|
18345
|
-
"type": "array"
|
|
18346
|
-
},
|
|
18347
|
-
"environments": {
|
|
18348
|
-
"items": {
|
|
18349
|
-
"type": "string",
|
|
18350
|
-
"enum": [
|
|
18351
|
-
"production",
|
|
18352
|
-
"preview"
|
|
18353
|
-
]
|
|
18354
|
-
},
|
|
18355
|
-
"type": "array"
|
|
18356
|
-
},
|
|
18357
|
-
"disabledBy": {
|
|
18358
|
-
"type": "string"
|
|
18359
|
-
},
|
|
18360
|
-
"firstErrorTimestamp": {
|
|
18361
|
-
"type": "number"
|
|
18362
|
-
},
|
|
18363
|
-
"samplingRate": {
|
|
18364
|
-
"type": "number"
|
|
18365
|
-
},
|
|
18366
|
-
"hideIpAddresses": {
|
|
18367
|
-
"type": "boolean"
|
|
18368
|
-
},
|
|
18369
|
-
"id": {
|
|
18370
|
-
"type": "string"
|
|
18371
|
-
},
|
|
18372
|
-
"createdAt": {
|
|
18373
|
-
"type": "number"
|
|
18374
|
-
},
|
|
18375
|
-
"deletedAt": {
|
|
18376
|
-
"nullable": true,
|
|
18377
|
-
"type": "number"
|
|
18378
|
-
},
|
|
18379
|
-
"updatedAt": {
|
|
18380
|
-
"type": "number"
|
|
18381
|
-
},
|
|
18382
|
-
"url": {
|
|
18383
|
-
"type": "string"
|
|
18384
|
-
},
|
|
18385
|
-
"headers": {
|
|
18386
|
-
"additionalProperties": {
|
|
18387
|
-
"type": "string"
|
|
18388
|
-
},
|
|
18389
|
-
"type": "object"
|
|
18390
|
-
},
|
|
18391
|
-
"projectIds": {
|
|
18392
|
-
"items": {
|
|
18393
|
-
"type": "string"
|
|
18394
|
-
},
|
|
18395
|
-
"type": "array"
|
|
18396
|
-
},
|
|
18397
|
-
"name": {
|
|
18398
|
-
"type": "string"
|
|
18399
|
-
},
|
|
18400
|
-
"teamId": {
|
|
18401
|
-
"nullable": true,
|
|
18402
|
-
"type": "string"
|
|
18403
|
-
},
|
|
18404
|
-
"ownerId": {
|
|
18405
|
-
"type": "string"
|
|
18406
|
-
},
|
|
18407
|
-
"createdFrom": {
|
|
18408
|
-
"type": "string",
|
|
18409
|
-
"enum": [
|
|
18410
|
-
"self-served",
|
|
18411
|
-
"integration",
|
|
18412
|
-
"integration"
|
|
18413
|
-
]
|
|
18414
|
-
},
|
|
18415
|
-
"deliveryFormat": {
|
|
18416
|
-
"type": "string",
|
|
18417
|
-
"enum": [
|
|
18418
|
-
"json",
|
|
18419
|
-
"ndjson",
|
|
18420
|
-
"syslog",
|
|
18421
|
-
"protobuf"
|
|
18422
|
-
]
|
|
18423
|
-
},
|
|
18424
|
-
"status": {
|
|
18425
|
-
"type": "string",
|
|
18426
|
-
"enum": [
|
|
18427
|
-
"enabled",
|
|
18428
|
-
"disabled",
|
|
18429
|
-
"errored"
|
|
18430
|
-
]
|
|
18431
|
-
},
|
|
18432
|
-
"disabledAt": {
|
|
18433
|
-
"type": "number"
|
|
18434
|
-
},
|
|
18435
|
-
"disabledReason": {
|
|
18436
|
-
"type": "string",
|
|
18437
|
-
"enum": [
|
|
18438
|
-
"disabled-by-owner",
|
|
18439
|
-
"feature-not-available",
|
|
18440
|
-
"account-plan-downgrade",
|
|
18441
|
-
"disabled-by-admin"
|
|
18442
|
-
]
|
|
18443
|
-
},
|
|
18444
|
-
"secret": {
|
|
18445
|
-
"type": "string"
|
|
18446
|
-
}
|
|
18447
|
-
},
|
|
18448
|
-
"type": "object",
|
|
18449
|
-
"required": [
|
|
18450
|
-
"id",
|
|
18451
|
-
"deliveryFormat",
|
|
18452
|
-
"url",
|
|
18453
|
-
"name",
|
|
18454
|
-
"ownerId",
|
|
18455
|
-
"createdAt",
|
|
18456
|
-
"deletedAt",
|
|
18457
|
-
"updatedAt",
|
|
18458
|
-
"environments"
|
|
18459
|
-
]
|
|
18460
|
-
},
|
|
18461
|
-
"type": "array"
|
|
18462
|
-
}
|
|
18463
|
-
}
|
|
18464
|
-
}
|
|
18465
|
-
},
|
|
18466
|
-
"400": {
|
|
18467
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
18468
|
-
"content": {
|
|
18469
|
-
"application/json": {
|
|
18470
|
-
"schema": {
|
|
18471
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
18472
|
-
}
|
|
18473
|
-
}
|
|
18474
|
-
}
|
|
18475
|
-
},
|
|
18476
|
-
"401": {
|
|
18477
|
-
"description": "",
|
|
18478
|
-
"content": {
|
|
18479
|
-
"application/json": {
|
|
18480
|
-
"schema": {
|
|
18481
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
18482
|
-
}
|
|
18483
|
-
}
|
|
18484
|
-
}
|
|
18485
|
-
},
|
|
18486
|
-
"403": {
|
|
18487
|
-
"description": "You do not have permission to access this resource."
|
|
18488
|
-
}
|
|
18489
|
-
},
|
|
18490
|
-
"parameters": [
|
|
18491
|
-
{
|
|
18492
|
-
"name": "projectId",
|
|
18493
|
-
"in": "query",
|
|
18494
|
-
"schema": {
|
|
18495
|
-
"pattern": "^[a-zA-z0-9_]+$",
|
|
18496
|
-
"type": "string"
|
|
18497
|
-
}
|
|
18498
|
-
},
|
|
18499
|
-
{
|
|
18500
|
-
"name": "projectIdOrName",
|
|
18501
|
-
"in": "query",
|
|
18502
|
-
"schema": {
|
|
18503
|
-
"type": "string"
|
|
18504
|
-
}
|
|
18505
|
-
},
|
|
18506
|
-
{
|
|
18507
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
18508
|
-
"in": "query",
|
|
18509
|
-
"name": "teamId",
|
|
18510
|
-
"schema": {
|
|
18511
|
-
"type": "string",
|
|
18512
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
18513
|
-
}
|
|
18514
|
-
},
|
|
18515
|
-
{
|
|
18516
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
18517
|
-
"in": "query",
|
|
18518
|
-
"name": "slug",
|
|
18519
|
-
"schema": {
|
|
18520
|
-
"type": "string",
|
|
18521
|
-
"example": "my-team-url-slug"
|
|
18522
|
-
}
|
|
18523
|
-
}
|
|
18524
|
-
]
|
|
18525
|
-
},
|
|
18526
|
-
"post": {
|
|
18527
|
-
"description": "Creates a configurable log drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed)",
|
|
18528
|
-
"operationId": "createConfigurableLogDrain",
|
|
18529
|
-
"security": [
|
|
18530
|
-
{
|
|
18531
|
-
"bearerToken": []
|
|
18532
|
-
}
|
|
18533
|
-
],
|
|
18534
|
-
"summary": "Creates a Configurable Log Drain",
|
|
18535
|
-
"tags": [
|
|
18536
|
-
"logDrains"
|
|
18537
|
-
],
|
|
18538
|
-
"responses": {
|
|
18539
|
-
"200": {
|
|
18540
|
-
"description": "",
|
|
18541
|
-
"content": {
|
|
18542
|
-
"application/json": {
|
|
18543
|
-
"schema": {
|
|
18544
|
-
"properties": {
|
|
18545
|
-
"secret": {
|
|
18546
|
-
"type": "string",
|
|
18547
|
-
"description": "The secret to validate the log-drain payload"
|
|
18548
|
-
},
|
|
18549
|
-
"clientId": {
|
|
18550
|
-
"type": "string"
|
|
18551
|
-
},
|
|
18552
|
-
"configurationId": {
|
|
18553
|
-
"type": "string"
|
|
18554
|
-
},
|
|
18555
|
-
"sources": {
|
|
18556
|
-
"items": {
|
|
18557
|
-
"type": "string",
|
|
18558
|
-
"enum": [
|
|
18559
|
-
"build",
|
|
18560
|
-
"edge",
|
|
18561
|
-
"lambda",
|
|
18562
|
-
"static",
|
|
18563
|
-
"external",
|
|
18564
|
-
"firewall"
|
|
18565
|
-
]
|
|
18566
|
-
},
|
|
18567
|
-
"type": "array"
|
|
18568
|
-
},
|
|
18569
|
-
"environments": {
|
|
18570
|
-
"items": {
|
|
18571
|
-
"type": "string",
|
|
18572
|
-
"enum": [
|
|
18573
|
-
"production",
|
|
18574
|
-
"preview"
|
|
18575
|
-
]
|
|
18576
|
-
},
|
|
18577
|
-
"type": "array"
|
|
18578
|
-
},
|
|
18579
|
-
"disabledBy": {
|
|
18580
|
-
"type": "string"
|
|
18581
|
-
},
|
|
18582
|
-
"firstErrorTimestamp": {
|
|
18583
|
-
"type": "number"
|
|
18584
|
-
},
|
|
18585
|
-
"samplingRate": {
|
|
18586
|
-
"type": "number"
|
|
18587
|
-
},
|
|
18588
|
-
"hideIpAddresses": {
|
|
18589
|
-
"type": "boolean"
|
|
18590
|
-
},
|
|
18591
|
-
"id": {
|
|
18592
|
-
"type": "string"
|
|
18593
|
-
},
|
|
18594
|
-
"createdAt": {
|
|
18595
|
-
"type": "number"
|
|
18596
|
-
},
|
|
18597
|
-
"deletedAt": {
|
|
18598
|
-
"nullable": true,
|
|
18599
|
-
"type": "number"
|
|
18600
|
-
},
|
|
18601
|
-
"updatedAt": {
|
|
18602
|
-
"type": "number"
|
|
18603
|
-
},
|
|
18604
|
-
"url": {
|
|
18605
|
-
"type": "string"
|
|
18606
|
-
},
|
|
18607
|
-
"headers": {
|
|
18608
|
-
"additionalProperties": {
|
|
18609
|
-
"type": "string"
|
|
18610
|
-
},
|
|
18611
|
-
"type": "object"
|
|
18612
|
-
},
|
|
18613
|
-
"projectIds": {
|
|
18614
|
-
"items": {
|
|
18615
|
-
"type": "string"
|
|
18616
|
-
},
|
|
18617
|
-
"type": "array"
|
|
18618
|
-
},
|
|
18619
|
-
"name": {
|
|
18620
|
-
"type": "string"
|
|
18621
|
-
},
|
|
18622
|
-
"teamId": {
|
|
18623
|
-
"nullable": true,
|
|
18624
|
-
"type": "string"
|
|
18625
|
-
},
|
|
18626
|
-
"ownerId": {
|
|
18627
|
-
"type": "string"
|
|
18628
|
-
},
|
|
18629
|
-
"createdFrom": {
|
|
18630
|
-
"type": "string",
|
|
18631
|
-
"enum": [
|
|
18632
|
-
"self-served",
|
|
18633
|
-
"integration"
|
|
18634
|
-
]
|
|
18635
|
-
},
|
|
18636
|
-
"deliveryFormat": {
|
|
18637
|
-
"type": "string",
|
|
18638
|
-
"enum": [
|
|
18639
|
-
"json",
|
|
18640
|
-
"ndjson",
|
|
18641
|
-
"syslog",
|
|
18642
|
-
"protobuf"
|
|
18643
|
-
]
|
|
18644
|
-
},
|
|
18645
|
-
"status": {
|
|
18646
|
-
"type": "string",
|
|
18647
|
-
"enum": [
|
|
18648
|
-
"enabled",
|
|
18649
|
-
"disabled",
|
|
18650
|
-
"errored"
|
|
18651
|
-
]
|
|
18652
|
-
},
|
|
18653
|
-
"disabledAt": {
|
|
18654
|
-
"type": "number"
|
|
18655
|
-
},
|
|
18656
|
-
"disabledReason": {
|
|
18657
|
-
"type": "string",
|
|
18658
|
-
"enum": [
|
|
18659
|
-
"disabled-by-owner",
|
|
18660
|
-
"feature-not-available",
|
|
18661
|
-
"account-plan-downgrade",
|
|
18662
|
-
"disabled-by-admin"
|
|
18663
|
-
]
|
|
18664
|
-
}
|
|
18665
|
-
},
|
|
18666
|
-
"required": [
|
|
18667
|
-
"environments",
|
|
18668
|
-
"id",
|
|
18669
|
-
"createdAt",
|
|
18670
|
-
"deletedAt",
|
|
18671
|
-
"updatedAt",
|
|
18672
|
-
"url",
|
|
18673
|
-
"name",
|
|
18674
|
-
"ownerId",
|
|
18675
|
-
"deliveryFormat"
|
|
18676
|
-
],
|
|
18677
|
-
"type": "object"
|
|
18678
|
-
}
|
|
18679
|
-
}
|
|
18680
|
-
}
|
|
18681
|
-
},
|
|
18682
|
-
"400": {
|
|
18683
|
-
"description": "One of the provided values in the request body is invalid.",
|
|
18684
|
-
"content": {
|
|
18685
|
-
"application/json": {
|
|
18686
|
-
"schema": {
|
|
18687
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
18688
|
-
}
|
|
18689
|
-
}
|
|
18690
|
-
}
|
|
18691
|
-
},
|
|
18692
|
-
"401": {
|
|
18693
|
-
"description": "",
|
|
18694
|
-
"content": {
|
|
18695
|
-
"application/json": {
|
|
18696
|
-
"schema": {
|
|
18697
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
18698
|
-
}
|
|
18699
|
-
}
|
|
18700
|
-
}
|
|
18701
|
-
},
|
|
18702
|
-
"403": {
|
|
18703
|
-
"description": "You do not have permission to access this resource."
|
|
18704
|
-
}
|
|
18705
|
-
},
|
|
18706
|
-
"parameters": [
|
|
18707
|
-
{
|
|
18708
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
18709
|
-
"in": "query",
|
|
18710
|
-
"name": "teamId",
|
|
18711
|
-
"schema": {
|
|
18712
|
-
"type": "string",
|
|
18713
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
18714
|
-
}
|
|
18715
|
-
},
|
|
18716
|
-
{
|
|
18717
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
18718
|
-
"in": "query",
|
|
18719
|
-
"name": "slug",
|
|
18720
|
-
"schema": {
|
|
18721
|
-
"type": "string",
|
|
18722
|
-
"example": "my-team-url-slug"
|
|
18723
|
-
}
|
|
18724
|
-
}
|
|
18725
|
-
],
|
|
18726
|
-
"requestBody": {
|
|
18727
|
-
"content": {
|
|
18728
|
-
"application/json": {
|
|
18729
|
-
"schema": {
|
|
18730
|
-
"type": "object",
|
|
18731
|
-
"additionalProperties": false,
|
|
18732
|
-
"required": [
|
|
18733
|
-
"deliveryFormat",
|
|
18734
|
-
"url",
|
|
18735
|
-
"sources"
|
|
18736
|
-
],
|
|
18737
|
-
"properties": {
|
|
18738
|
-
"deliveryFormat": {
|
|
18739
|
-
"description": "The delivery log format",
|
|
18740
|
-
"example": "json",
|
|
18741
|
-
"enum": [
|
|
18742
|
-
"json",
|
|
18743
|
-
"ndjson"
|
|
18744
|
-
]
|
|
18745
|
-
},
|
|
18746
|
-
"url": {
|
|
18747
|
-
"description": "The log drain url",
|
|
18748
|
-
"format": "uri",
|
|
18749
|
-
"pattern": "^(http|https)?://",
|
|
18750
|
-
"type": "string"
|
|
18751
|
-
},
|
|
18752
|
-
"headers": {
|
|
18753
|
-
"description": "Headers to be sent together with the request",
|
|
18754
|
-
"type": "object",
|
|
18755
|
-
"additionalProperties": {
|
|
18756
|
-
"type": "string"
|
|
18757
|
-
}
|
|
18758
|
-
},
|
|
18759
|
-
"projectIds": {
|
|
18760
|
-
"minItems": 1,
|
|
18761
|
-
"maxItems": 50,
|
|
18762
|
-
"type": "array",
|
|
18763
|
-
"items": {
|
|
18764
|
-
"pattern": "^[a-zA-z0-9_]+$",
|
|
18765
|
-
"type": "string"
|
|
18766
|
-
}
|
|
18767
|
-
},
|
|
18768
|
-
"sources": {
|
|
18769
|
-
"type": "array",
|
|
18770
|
-
"uniqueItems": true,
|
|
18771
|
-
"items": {
|
|
18772
|
-
"type": "string",
|
|
18773
|
-
"enum": [
|
|
18774
|
-
"static",
|
|
18775
|
-
"lambda",
|
|
18776
|
-
"build",
|
|
18777
|
-
"edge",
|
|
18778
|
-
"external",
|
|
18779
|
-
"firewall"
|
|
18780
|
-
]
|
|
18781
|
-
},
|
|
18782
|
-
"minItems": 1
|
|
18783
|
-
},
|
|
18784
|
-
"environments": {
|
|
18785
|
-
"type": "array",
|
|
18786
|
-
"uniqueItems": true,
|
|
18787
|
-
"items": {
|
|
18788
|
-
"type": "string",
|
|
18789
|
-
"enum": [
|
|
18790
|
-
"preview",
|
|
18791
|
-
"production"
|
|
18792
|
-
]
|
|
18793
|
-
},
|
|
18794
|
-
"minItems": 1
|
|
18795
|
-
},
|
|
18796
|
-
"secret": {
|
|
18797
|
-
"description": "Custom secret of log drain",
|
|
18798
|
-
"type": "string"
|
|
18799
|
-
},
|
|
18800
|
-
"samplingRate": {
|
|
18801
|
-
"type": "number",
|
|
18802
|
-
"description": "The sampling rate for this log drain. It should be a percentage rate between 0 and 100. With max 2 decimal points",
|
|
18803
|
-
"minimum": 0.01,
|
|
18804
|
-
"maximum": 1,
|
|
18805
|
-
"multipleOf": 0.01
|
|
18806
|
-
},
|
|
18807
|
-
"name": {
|
|
18808
|
-
"type": "string",
|
|
18809
|
-
"description": "The custom name of this log drain."
|
|
18810
|
-
}
|
|
18811
|
-
}
|
|
18812
|
-
}
|
|
18813
|
-
}
|
|
18814
|
-
},
|
|
18815
|
-
"required": true
|
|
18816
|
-
}
|
|
18817
|
-
}
|
|
18818
|
-
},
|
|
18819
|
-
"/v1/edge-config": {
|
|
18820
|
-
"get": {
|
|
18821
|
-
"description": "Returns all Edge Configs.",
|
|
18822
|
-
"operationId": "getEdgeConfigs",
|
|
18823
|
-
"security": [
|
|
18824
|
-
{
|
|
18825
|
-
"bearerToken": []
|
|
18826
|
-
}
|
|
18827
|
-
],
|
|
18828
|
-
"summary": "Get Edge Configs",
|
|
18829
|
-
"tags": [
|
|
18830
|
-
"edge-config"
|
|
18831
|
-
],
|
|
18832
|
-
"responses": {
|
|
18833
|
-
"200": {
|
|
18834
|
-
"description": "List of all edge configs.",
|
|
18835
|
-
"content": {
|
|
18836
|
-
"application/json": {
|
|
18837
|
-
"schema": {
|
|
18838
|
-
"type": "array",
|
|
18839
|
-
"description": "List of all edge configs.",
|
|
18840
|
-
"items": {
|
|
18841
|
-
"properties": {
|
|
18842
|
-
"id": {
|
|
18843
|
-
"type": "string"
|
|
18844
|
-
},
|
|
18845
|
-
"createdAt": {
|
|
18846
|
-
"type": "number"
|
|
18847
|
-
},
|
|
18848
|
-
"ownerId": {
|
|
18849
|
-
"type": "string"
|
|
18850
|
-
},
|
|
18851
|
-
"slug": {
|
|
18852
|
-
"type": "string",
|
|
18853
|
-
"description": "Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores)."
|
|
18854
|
-
},
|
|
18855
|
-
"updatedAt": {
|
|
18856
|
-
"type": "number"
|
|
18857
|
-
},
|
|
18858
|
-
"digest": {
|
|
18859
|
-
"type": "string"
|
|
18860
|
-
},
|
|
18861
|
-
"transfer": {
|
|
18862
|
-
"properties": {
|
|
18863
|
-
"fromAccountId": {
|
|
18864
|
-
"type": "string"
|
|
18865
|
-
},
|
|
18866
|
-
"startedAt": {
|
|
18867
|
-
"type": "number"
|
|
18868
|
-
},
|
|
18869
|
-
"doneAt": {
|
|
18870
|
-
"nullable": true,
|
|
18871
|
-
"type": "number"
|
|
18872
|
-
}
|
|
18873
|
-
},
|
|
18874
|
-
"required": [
|
|
18875
|
-
"fromAccountId",
|
|
18876
|
-
"startedAt",
|
|
18877
|
-
"doneAt"
|
|
18878
|
-
],
|
|
18879
|
-
"type": "object",
|
|
18880
|
-
"description": "Keeps track of the current state of the Edge Config while it gets transferred."
|
|
18881
|
-
},
|
|
18882
|
-
"schema": {
|
|
18883
|
-
"type": "object"
|
|
18884
|
-
},
|
|
18885
|
-
"purpose": {
|
|
18886
|
-
"properties": {
|
|
18887
|
-
"type": {
|
|
18888
|
-
"type": "string",
|
|
18889
|
-
"enum": [
|
|
18890
|
-
"flags"
|
|
18891
|
-
]
|
|
18892
|
-
},
|
|
18893
|
-
"projectId": {
|
|
18894
|
-
"type": "string"
|
|
18895
|
-
}
|
|
18896
|
-
},
|
|
18897
|
-
"required": [
|
|
18898
|
-
"type",
|
|
18899
|
-
"projectId"
|
|
18900
|
-
],
|
|
18901
|
-
"type": "object"
|
|
18902
|
-
},
|
|
18903
|
-
"sizeInBytes": {
|
|
18904
|
-
"type": "number"
|
|
18905
|
-
},
|
|
18906
|
-
"itemCount": {
|
|
18907
|
-
"type": "number"
|
|
18908
|
-
}
|
|
18909
|
-
},
|
|
18910
|
-
"required": [
|
|
18911
|
-
"sizeInBytes",
|
|
18912
|
-
"itemCount"
|
|
18913
|
-
]
|
|
18914
|
-
}
|
|
18915
|
-
}
|
|
18916
|
-
}
|
|
18917
|
-
}
|
|
18123
|
+
"200": {
|
|
18124
|
+
"description": "List of all edge configs.",
|
|
18125
|
+
"content": {
|
|
18126
|
+
"application/json": {
|
|
18127
|
+
"schema": {
|
|
18128
|
+
"type": "array",
|
|
18129
|
+
"description": "List of all edge configs.",
|
|
18130
|
+
"items": {
|
|
18131
|
+
"properties": {
|
|
18132
|
+
"id": {
|
|
18133
|
+
"type": "string"
|
|
18134
|
+
},
|
|
18135
|
+
"createdAt": {
|
|
18136
|
+
"type": "number"
|
|
18137
|
+
},
|
|
18138
|
+
"ownerId": {
|
|
18139
|
+
"type": "string"
|
|
18140
|
+
},
|
|
18141
|
+
"slug": {
|
|
18142
|
+
"type": "string",
|
|
18143
|
+
"description": "Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores)."
|
|
18144
|
+
},
|
|
18145
|
+
"updatedAt": {
|
|
18146
|
+
"type": "number"
|
|
18147
|
+
},
|
|
18148
|
+
"digest": {
|
|
18149
|
+
"type": "string"
|
|
18150
|
+
},
|
|
18151
|
+
"transfer": {
|
|
18152
|
+
"properties": {
|
|
18153
|
+
"fromAccountId": {
|
|
18154
|
+
"type": "string"
|
|
18155
|
+
},
|
|
18156
|
+
"startedAt": {
|
|
18157
|
+
"type": "number"
|
|
18158
|
+
},
|
|
18159
|
+
"doneAt": {
|
|
18160
|
+
"nullable": true,
|
|
18161
|
+
"type": "number"
|
|
18162
|
+
}
|
|
18163
|
+
},
|
|
18164
|
+
"required": [
|
|
18165
|
+
"fromAccountId",
|
|
18166
|
+
"startedAt",
|
|
18167
|
+
"doneAt"
|
|
18168
|
+
],
|
|
18169
|
+
"type": "object",
|
|
18170
|
+
"description": "Keeps track of the current state of the Edge Config while it gets transferred."
|
|
18171
|
+
},
|
|
18172
|
+
"schema": {
|
|
18173
|
+
"type": "object"
|
|
18174
|
+
},
|
|
18175
|
+
"purpose": {
|
|
18176
|
+
"properties": {
|
|
18177
|
+
"type": {
|
|
18178
|
+
"type": "string",
|
|
18179
|
+
"enum": [
|
|
18180
|
+
"flags"
|
|
18181
|
+
]
|
|
18182
|
+
},
|
|
18183
|
+
"projectId": {
|
|
18184
|
+
"type": "string"
|
|
18185
|
+
}
|
|
18186
|
+
},
|
|
18187
|
+
"required": [
|
|
18188
|
+
"type",
|
|
18189
|
+
"projectId"
|
|
18190
|
+
],
|
|
18191
|
+
"type": "object"
|
|
18192
|
+
},
|
|
18193
|
+
"sizeInBytes": {
|
|
18194
|
+
"type": "number"
|
|
18195
|
+
},
|
|
18196
|
+
"itemCount": {
|
|
18197
|
+
"type": "number"
|
|
18198
|
+
}
|
|
18199
|
+
},
|
|
18200
|
+
"required": [
|
|
18201
|
+
"sizeInBytes",
|
|
18202
|
+
"itemCount"
|
|
18203
|
+
]
|
|
18204
|
+
}
|
|
18205
|
+
}
|
|
18206
|
+
}
|
|
18207
|
+
}
|
|
18918
18208
|
},
|
|
18919
18209
|
"400": {
|
|
18920
18210
|
"description": "One of the provided values in the request query is invalid.",
|
|
@@ -23376,7 +22666,8 @@
|
|
|
23376
22666
|
"tag_searching",
|
|
23377
22667
|
"tag_security",
|
|
23378
22668
|
"tag_testing",
|
|
23379
|
-
"tag_video"
|
|
22669
|
+
"tag_video",
|
|
22670
|
+
"tag_workflow"
|
|
23380
22671
|
]
|
|
23381
22672
|
},
|
|
23382
22673
|
"type": "array"
|
|
@@ -24330,6 +23621,13 @@
|
|
|
24330
23621
|
"redirect_uri": {
|
|
24331
23622
|
"type": "string",
|
|
24332
23623
|
"description": "The integration redirect URI"
|
|
23624
|
+
},
|
|
23625
|
+
"grant_type": {
|
|
23626
|
+
"type": "string",
|
|
23627
|
+
"description": "The grant type, when using x-www-form-urlencoded content type",
|
|
23628
|
+
"enum": [
|
|
23629
|
+
"authorization_code"
|
|
23630
|
+
]
|
|
24333
23631
|
}
|
|
24334
23632
|
}
|
|
24335
23633
|
}
|
|
@@ -24446,8 +23744,8 @@
|
|
|
24446
23744
|
"createdFrom": {
|
|
24447
23745
|
"type": "string",
|
|
24448
23746
|
"enum": [
|
|
24449
|
-
"
|
|
24450
|
-
"
|
|
23747
|
+
"integration",
|
|
23748
|
+
"self-served"
|
|
24451
23749
|
],
|
|
24452
23750
|
"description": "Whether the log drain was created by an integration or by a user",
|
|
24453
23751
|
"example": "integration"
|
|
@@ -24654,8 +23952,8 @@
|
|
|
24654
23952
|
"createdFrom": {
|
|
24655
23953
|
"type": "string",
|
|
24656
23954
|
"enum": [
|
|
24657
|
-
"
|
|
24658
|
-
"
|
|
23955
|
+
"integration",
|
|
23956
|
+
"self-served"
|
|
24659
23957
|
],
|
|
24660
23958
|
"description": "Whether the log drain was created by an integration or by a user",
|
|
24661
23959
|
"example": "integration"
|
|
@@ -24736,537 +24034,178 @@
|
|
|
24736
24034
|
},
|
|
24737
24035
|
"parameters": [
|
|
24738
24036
|
{
|
|
24739
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
24740
|
-
"in": "query",
|
|
24741
|
-
"name": "teamId",
|
|
24742
|
-
"schema": {
|
|
24743
|
-
"type": "string",
|
|
24744
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
24745
|
-
}
|
|
24746
|
-
},
|
|
24747
|
-
{
|
|
24748
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
24749
|
-
"in": "query",
|
|
24750
|
-
"name": "slug",
|
|
24751
|
-
"schema": {
|
|
24752
|
-
"type": "string",
|
|
24753
|
-
"example": "my-team-url-slug"
|
|
24754
|
-
}
|
|
24755
|
-
}
|
|
24756
|
-
],
|
|
24757
|
-
"requestBody": {
|
|
24758
|
-
"content": {
|
|
24759
|
-
"application/json": {
|
|
24760
|
-
"schema": {
|
|
24761
|
-
"properties": {
|
|
24762
|
-
"name": {
|
|
24763
|
-
"description": "The name of the log drain",
|
|
24764
|
-
"example": "My first log drain",
|
|
24765
|
-
"maxLength": 100,
|
|
24766
|
-
"pattern": "^[A-z0-9_ -]+$",
|
|
24767
|
-
"type": "string"
|
|
24768
|
-
},
|
|
24769
|
-
"projectIds": {
|
|
24770
|
-
"minItems": 1,
|
|
24771
|
-
"maxItems": 50,
|
|
24772
|
-
"type": "array",
|
|
24773
|
-
"items": {
|
|
24774
|
-
"pattern": "^[a-zA-z0-9_]+$",
|
|
24775
|
-
"type": "string"
|
|
24776
|
-
}
|
|
24777
|
-
},
|
|
24778
|
-
"secret": {
|
|
24779
|
-
"description": "A secret to sign log drain notification headers so a consumer can verify their authenticity",
|
|
24780
|
-
"example": "a1Xsfd325fXcs",
|
|
24781
|
-
"maxLength": 100,
|
|
24782
|
-
"pattern": "^[A-z0-9_ -]+$",
|
|
24783
|
-
"type": "string"
|
|
24784
|
-
},
|
|
24785
|
-
"deliveryFormat": {
|
|
24786
|
-
"description": "The delivery log format",
|
|
24787
|
-
"example": "json",
|
|
24788
|
-
"enum": [
|
|
24789
|
-
"json",
|
|
24790
|
-
"ndjson",
|
|
24791
|
-
"syslog"
|
|
24792
|
-
]
|
|
24793
|
-
},
|
|
24794
|
-
"url": {
|
|
24795
|
-
"description": "The url where you will receive logs. The protocol must be `https://` or `http://` when type is `json` and `ndjson`, and `syslog+tls:` or `syslog:` when the type is `syslog`.",
|
|
24796
|
-
"example": "https://example.com/log-drain",
|
|
24797
|
-
"format": "uri",
|
|
24798
|
-
"pattern": "^(https?|syslog\\\\+tls|syslog)://",
|
|
24799
|
-
"type": "string"
|
|
24800
|
-
},
|
|
24801
|
-
"sources": {
|
|
24802
|
-
"type": "array",
|
|
24803
|
-
"uniqueItems": true,
|
|
24804
|
-
"items": {
|
|
24805
|
-
"type": "string",
|
|
24806
|
-
"enum": [
|
|
24807
|
-
"static",
|
|
24808
|
-
"lambda",
|
|
24809
|
-
"build",
|
|
24810
|
-
"edge",
|
|
24811
|
-
"external",
|
|
24812
|
-
"firewall"
|
|
24813
|
-
]
|
|
24814
|
-
},
|
|
24815
|
-
"minItems": 1
|
|
24816
|
-
},
|
|
24817
|
-
"headers": {
|
|
24818
|
-
"description": "Headers to be sent together with the request",
|
|
24819
|
-
"type": "object",
|
|
24820
|
-
"additionalProperties": {
|
|
24821
|
-
"type": "string"
|
|
24822
|
-
}
|
|
24823
|
-
},
|
|
24824
|
-
"environments": {
|
|
24825
|
-
"type": "array",
|
|
24826
|
-
"uniqueItems": true,
|
|
24827
|
-
"items": {
|
|
24828
|
-
"type": "string",
|
|
24829
|
-
"enum": [
|
|
24830
|
-
"preview",
|
|
24831
|
-
"production"
|
|
24832
|
-
]
|
|
24833
|
-
},
|
|
24834
|
-
"minItems": 1
|
|
24835
|
-
}
|
|
24836
|
-
},
|
|
24837
|
-
"required": [
|
|
24838
|
-
"name",
|
|
24839
|
-
"url"
|
|
24840
|
-
],
|
|
24841
|
-
"type": "object"
|
|
24842
|
-
}
|
|
24843
|
-
}
|
|
24844
|
-
},
|
|
24845
|
-
"required": true
|
|
24846
|
-
}
|
|
24847
|
-
}
|
|
24848
|
-
},
|
|
24849
|
-
"/v1/integrations/log-drains/{id}": {
|
|
24850
|
-
"delete": {
|
|
24851
|
-
"description": "Deletes the Integration log drain with the provided `id`. When using an OAuth2 Token, the log drain can be deleted only if the integration owns it.",
|
|
24852
|
-
"operationId": "deleteIntegrationLogDrain",
|
|
24853
|
-
"security": [
|
|
24854
|
-
{
|
|
24855
|
-
"bearerToken": []
|
|
24856
|
-
}
|
|
24857
|
-
],
|
|
24858
|
-
"summary": "Deletes the Integration log drain with the provided `id`",
|
|
24859
|
-
"tags": [
|
|
24860
|
-
"logDrains"
|
|
24861
|
-
],
|
|
24862
|
-
"responses": {
|
|
24863
|
-
"204": {
|
|
24864
|
-
"description": "The log drain was successfully deleted"
|
|
24865
|
-
},
|
|
24866
|
-
"400": {
|
|
24867
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
24868
|
-
"content": {
|
|
24869
|
-
"application/json": {
|
|
24870
|
-
"schema": {
|
|
24871
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
24872
|
-
}
|
|
24873
|
-
}
|
|
24874
|
-
}
|
|
24875
|
-
},
|
|
24876
|
-
"401": {
|
|
24877
|
-
"description": "",
|
|
24878
|
-
"content": {
|
|
24879
|
-
"application/json": {
|
|
24880
|
-
"schema": {
|
|
24881
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
24882
|
-
}
|
|
24883
|
-
}
|
|
24884
|
-
}
|
|
24885
|
-
},
|
|
24886
|
-
"403": {
|
|
24887
|
-
"description": "You do not have permission to access this resource."
|
|
24888
|
-
},
|
|
24889
|
-
"404": {
|
|
24890
|
-
"description": "The log drain was not found",
|
|
24891
|
-
"content": {
|
|
24892
|
-
"application/json": {
|
|
24893
|
-
"schema": {
|
|
24894
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
24895
|
-
}
|
|
24896
|
-
}
|
|
24897
|
-
}
|
|
24898
|
-
}
|
|
24899
|
-
},
|
|
24900
|
-
"parameters": [
|
|
24901
|
-
{
|
|
24902
|
-
"name": "id",
|
|
24903
|
-
"description": "ID of the log drain to be deleted",
|
|
24904
|
-
"in": "path",
|
|
24905
|
-
"required": true,
|
|
24906
|
-
"schema": {
|
|
24907
|
-
"description": "ID of the log drain to be deleted",
|
|
24908
|
-
"type": "string"
|
|
24909
|
-
}
|
|
24910
|
-
},
|
|
24911
|
-
{
|
|
24912
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
24913
|
-
"in": "query",
|
|
24914
|
-
"name": "teamId",
|
|
24915
|
-
"schema": {
|
|
24916
|
-
"type": "string",
|
|
24917
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
24918
|
-
}
|
|
24919
|
-
},
|
|
24920
|
-
{
|
|
24921
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
24922
|
-
"in": "query",
|
|
24923
|
-
"name": "slug",
|
|
24924
|
-
"schema": {
|
|
24925
|
-
"type": "string",
|
|
24926
|
-
"example": "my-team-url-slug"
|
|
24927
|
-
}
|
|
24928
|
-
}
|
|
24929
|
-
]
|
|
24930
|
-
}
|
|
24931
|
-
},
|
|
24932
|
-
"/v1/integrations/git-namespaces": {
|
|
24933
|
-
"get": {
|
|
24934
|
-
"description": "Lists git namespaces for a supported provider. Supported providers are `github`, `gitlab` and `bitbucket`. If the provider is not provided, it will try to obtain it from the user that authenticated the request.",
|
|
24935
|
-
"operationId": "gitNamespaces",
|
|
24936
|
-
"security": [
|
|
24937
|
-
{
|
|
24938
|
-
"bearerToken": []
|
|
24939
|
-
}
|
|
24940
|
-
],
|
|
24941
|
-
"summary": "List git namespaces by provider",
|
|
24942
|
-
"tags": [
|
|
24943
|
-
"integrations"
|
|
24944
|
-
],
|
|
24945
|
-
"responses": {
|
|
24946
|
-
"200": {
|
|
24947
|
-
"description": "",
|
|
24948
|
-
"content": {
|
|
24949
|
-
"application/json": {
|
|
24950
|
-
"schema": {
|
|
24951
|
-
"items": {
|
|
24952
|
-
"properties": {
|
|
24953
|
-
"provider": {
|
|
24954
|
-
"type": "string"
|
|
24955
|
-
},
|
|
24956
|
-
"slug": {
|
|
24957
|
-
"type": "string"
|
|
24958
|
-
},
|
|
24959
|
-
"id": {
|
|
24960
|
-
"oneOf": [
|
|
24961
|
-
{
|
|
24962
|
-
"type": "string"
|
|
24963
|
-
},
|
|
24964
|
-
{
|
|
24965
|
-
"type": "number"
|
|
24966
|
-
}
|
|
24967
|
-
]
|
|
24968
|
-
},
|
|
24969
|
-
"ownerType": {
|
|
24970
|
-
"type": "string"
|
|
24971
|
-
},
|
|
24972
|
-
"name": {
|
|
24973
|
-
"type": "string"
|
|
24974
|
-
},
|
|
24975
|
-
"isAccessRestricted": {
|
|
24976
|
-
"type": "boolean"
|
|
24977
|
-
},
|
|
24978
|
-
"installationId": {
|
|
24979
|
-
"type": "number"
|
|
24980
|
-
},
|
|
24981
|
-
"requireReauth": {
|
|
24982
|
-
"type": "boolean"
|
|
24983
|
-
}
|
|
24984
|
-
},
|
|
24985
|
-
"required": [
|
|
24986
|
-
"provider",
|
|
24987
|
-
"slug",
|
|
24988
|
-
"id",
|
|
24989
|
-
"ownerType"
|
|
24990
|
-
],
|
|
24991
|
-
"type": "object"
|
|
24992
|
-
},
|
|
24993
|
-
"type": "array"
|
|
24994
|
-
}
|
|
24995
|
-
}
|
|
24996
|
-
}
|
|
24997
|
-
},
|
|
24998
|
-
"400": {
|
|
24999
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
25000
|
-
"content": {
|
|
25001
|
-
"application/json": {
|
|
25002
|
-
"schema": {
|
|
25003
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25004
|
-
}
|
|
25005
|
-
}
|
|
25006
|
-
}
|
|
25007
|
-
},
|
|
25008
|
-
"401": {
|
|
25009
|
-
"description": "",
|
|
25010
|
-
"content": {
|
|
25011
|
-
"application/json": {
|
|
25012
|
-
"schema": {
|
|
25013
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25014
|
-
}
|
|
25015
|
-
}
|
|
25016
|
-
}
|
|
25017
|
-
},
|
|
25018
|
-
"403": {
|
|
25019
|
-
"description": "You do not have permission to access this resource."
|
|
25020
|
-
}
|
|
25021
|
-
},
|
|
25022
|
-
"parameters": [
|
|
25023
|
-
{
|
|
25024
|
-
"name": "host",
|
|
25025
|
-
"description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
|
|
24037
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
25026
24038
|
"in": "query",
|
|
24039
|
+
"name": "teamId",
|
|
25027
24040
|
"schema": {
|
|
25028
|
-
"description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
|
|
25029
24041
|
"type": "string",
|
|
25030
|
-
"example": "
|
|
24042
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
25031
24043
|
}
|
|
25032
24044
|
},
|
|
25033
24045
|
{
|
|
25034
|
-
"
|
|
24046
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
25035
24047
|
"in": "query",
|
|
24048
|
+
"name": "slug",
|
|
25036
24049
|
"schema": {
|
|
25037
|
-
"
|
|
25038
|
-
|
|
25039
|
-
"github-custom-host",
|
|
25040
|
-
"gitlab",
|
|
25041
|
-
"bitbucket"
|
|
25042
|
-
]
|
|
24050
|
+
"type": "string",
|
|
24051
|
+
"example": "my-team-url-slug"
|
|
25043
24052
|
}
|
|
25044
24053
|
}
|
|
25045
|
-
]
|
|
24054
|
+
],
|
|
24055
|
+
"requestBody": {
|
|
24056
|
+
"content": {
|
|
24057
|
+
"application/json": {
|
|
24058
|
+
"schema": {
|
|
24059
|
+
"properties": {
|
|
24060
|
+
"name": {
|
|
24061
|
+
"description": "The name of the log drain",
|
|
24062
|
+
"example": "My first log drain",
|
|
24063
|
+
"maxLength": 100,
|
|
24064
|
+
"pattern": "^[A-z0-9_ -]+$",
|
|
24065
|
+
"type": "string"
|
|
24066
|
+
},
|
|
24067
|
+
"projectIds": {
|
|
24068
|
+
"minItems": 1,
|
|
24069
|
+
"maxItems": 50,
|
|
24070
|
+
"type": "array",
|
|
24071
|
+
"items": {
|
|
24072
|
+
"pattern": "^[a-zA-z0-9_]+$",
|
|
24073
|
+
"type": "string"
|
|
24074
|
+
}
|
|
24075
|
+
},
|
|
24076
|
+
"secret": {
|
|
24077
|
+
"description": "A secret to sign log drain notification headers so a consumer can verify their authenticity",
|
|
24078
|
+
"example": "a1Xsfd325fXcs",
|
|
24079
|
+
"maxLength": 100,
|
|
24080
|
+
"pattern": "^[A-z0-9_ -]+$",
|
|
24081
|
+
"type": "string"
|
|
24082
|
+
},
|
|
24083
|
+
"deliveryFormat": {
|
|
24084
|
+
"description": "The delivery log format",
|
|
24085
|
+
"example": "json",
|
|
24086
|
+
"enum": [
|
|
24087
|
+
"json",
|
|
24088
|
+
"ndjson",
|
|
24089
|
+
"syslog"
|
|
24090
|
+
]
|
|
24091
|
+
},
|
|
24092
|
+
"url": {
|
|
24093
|
+
"description": "The url where you will receive logs. The protocol must be `https://` or `http://` when type is `json` and `ndjson`, and `syslog+tls:` or `syslog:` when the type is `syslog`.",
|
|
24094
|
+
"example": "https://example.com/log-drain",
|
|
24095
|
+
"format": "uri",
|
|
24096
|
+
"pattern": "^(https?|syslog\\\\+tls|syslog)://",
|
|
24097
|
+
"type": "string"
|
|
24098
|
+
},
|
|
24099
|
+
"sources": {
|
|
24100
|
+
"type": "array",
|
|
24101
|
+
"uniqueItems": true,
|
|
24102
|
+
"items": {
|
|
24103
|
+
"type": "string",
|
|
24104
|
+
"enum": [
|
|
24105
|
+
"static",
|
|
24106
|
+
"lambda",
|
|
24107
|
+
"build",
|
|
24108
|
+
"edge",
|
|
24109
|
+
"external",
|
|
24110
|
+
"firewall"
|
|
24111
|
+
]
|
|
24112
|
+
},
|
|
24113
|
+
"minItems": 1
|
|
24114
|
+
},
|
|
24115
|
+
"headers": {
|
|
24116
|
+
"description": "Headers to be sent together with the request",
|
|
24117
|
+
"type": "object",
|
|
24118
|
+
"additionalProperties": {
|
|
24119
|
+
"type": "string"
|
|
24120
|
+
}
|
|
24121
|
+
},
|
|
24122
|
+
"environments": {
|
|
24123
|
+
"type": "array",
|
|
24124
|
+
"uniqueItems": true,
|
|
24125
|
+
"items": {
|
|
24126
|
+
"type": "string",
|
|
24127
|
+
"enum": [
|
|
24128
|
+
"preview",
|
|
24129
|
+
"production"
|
|
24130
|
+
]
|
|
24131
|
+
},
|
|
24132
|
+
"minItems": 1
|
|
24133
|
+
}
|
|
24134
|
+
},
|
|
24135
|
+
"required": [
|
|
24136
|
+
"name",
|
|
24137
|
+
"url"
|
|
24138
|
+
],
|
|
24139
|
+
"type": "object"
|
|
24140
|
+
}
|
|
24141
|
+
}
|
|
24142
|
+
},
|
|
24143
|
+
"required": true
|
|
24144
|
+
}
|
|
25046
24145
|
}
|
|
25047
24146
|
},
|
|
25048
|
-
"/v1/integrations/
|
|
25049
|
-
"
|
|
25050
|
-
"description": "
|
|
25051
|
-
"operationId": "
|
|
24147
|
+
"/v1/integrations/log-drains/{id}": {
|
|
24148
|
+
"delete": {
|
|
24149
|
+
"description": "Deletes the Integration log drain with the provided `id`. When using an OAuth2 Token, the log drain can be deleted only if the integration owns it.",
|
|
24150
|
+
"operationId": "deleteIntegrationLogDrain",
|
|
25052
24151
|
"security": [
|
|
25053
24152
|
{
|
|
25054
24153
|
"bearerToken": []
|
|
25055
24154
|
}
|
|
25056
24155
|
],
|
|
25057
|
-
"summary": "
|
|
24156
|
+
"summary": "Deletes the Integration log drain with the provided `id`",
|
|
25058
24157
|
"tags": [
|
|
25059
|
-
"
|
|
24158
|
+
"logDrains"
|
|
25060
24159
|
],
|
|
25061
24160
|
"responses": {
|
|
25062
|
-
"
|
|
25063
|
-
"description": ""
|
|
24161
|
+
"204": {
|
|
24162
|
+
"description": "The log drain was successfully deleted"
|
|
24163
|
+
},
|
|
24164
|
+
"400": {
|
|
24165
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
25064
24166
|
"content": {
|
|
25065
24167
|
"application/json": {
|
|
25066
24168
|
"schema": {
|
|
25067
|
-
"
|
|
25068
|
-
{
|
|
25069
|
-
"type": "object"
|
|
25070
|
-
},
|
|
25071
|
-
{
|
|
25072
|
-
"properties": {
|
|
25073
|
-
"gitAccount": {
|
|
25074
|
-
"properties": {
|
|
25075
|
-
"provider": {
|
|
25076
|
-
"type": "string",
|
|
25077
|
-
"enum": [
|
|
25078
|
-
"github",
|
|
25079
|
-
"github-custom-host",
|
|
25080
|
-
"gitlab",
|
|
25081
|
-
"bitbucket"
|
|
25082
|
-
]
|
|
25083
|
-
},
|
|
25084
|
-
"namespaceId": {
|
|
25085
|
-
"nullable": true,
|
|
25086
|
-
"oneOf": [
|
|
25087
|
-
{
|
|
25088
|
-
"type": "string"
|
|
25089
|
-
},
|
|
25090
|
-
{
|
|
25091
|
-
"type": "number"
|
|
25092
|
-
}
|
|
25093
|
-
]
|
|
25094
|
-
}
|
|
25095
|
-
},
|
|
25096
|
-
"required": [
|
|
25097
|
-
"provider",
|
|
25098
|
-
"namespaceId"
|
|
25099
|
-
],
|
|
25100
|
-
"type": "object"
|
|
25101
|
-
},
|
|
25102
|
-
"repos": {
|
|
25103
|
-
"items": {
|
|
25104
|
-
"properties": {
|
|
25105
|
-
"id": {
|
|
25106
|
-
"oneOf": [
|
|
25107
|
-
{
|
|
25108
|
-
"type": "string"
|
|
25109
|
-
},
|
|
25110
|
-
{
|
|
25111
|
-
"type": "number"
|
|
25112
|
-
}
|
|
25113
|
-
]
|
|
25114
|
-
},
|
|
25115
|
-
"provider": {
|
|
25116
|
-
"type": "string",
|
|
25117
|
-
"enum": [
|
|
25118
|
-
"github",
|
|
25119
|
-
"github-custom-host",
|
|
25120
|
-
"gitlab",
|
|
25121
|
-
"bitbucket"
|
|
25122
|
-
]
|
|
25123
|
-
},
|
|
25124
|
-
"url": {
|
|
25125
|
-
"type": "string"
|
|
25126
|
-
},
|
|
25127
|
-
"name": {
|
|
25128
|
-
"type": "string"
|
|
25129
|
-
},
|
|
25130
|
-
"slug": {
|
|
25131
|
-
"type": "string"
|
|
25132
|
-
},
|
|
25133
|
-
"namespace": {
|
|
25134
|
-
"type": "string"
|
|
25135
|
-
},
|
|
25136
|
-
"owner": {
|
|
25137
|
-
"properties": {
|
|
25138
|
-
"id": {
|
|
25139
|
-
"oneOf": [
|
|
25140
|
-
{
|
|
25141
|
-
"type": "string"
|
|
25142
|
-
},
|
|
25143
|
-
{
|
|
25144
|
-
"type": "number"
|
|
25145
|
-
}
|
|
25146
|
-
]
|
|
25147
|
-
},
|
|
25148
|
-
"name": {
|
|
25149
|
-
"type": "string"
|
|
25150
|
-
}
|
|
25151
|
-
},
|
|
25152
|
-
"required": [
|
|
25153
|
-
"id",
|
|
25154
|
-
"name"
|
|
25155
|
-
],
|
|
25156
|
-
"type": "object"
|
|
25157
|
-
},
|
|
25158
|
-
"ownerType": {
|
|
25159
|
-
"type": "string",
|
|
25160
|
-
"enum": [
|
|
25161
|
-
"user",
|
|
25162
|
-
"team"
|
|
25163
|
-
]
|
|
25164
|
-
},
|
|
25165
|
-
"private": {
|
|
25166
|
-
"type": "boolean"
|
|
25167
|
-
},
|
|
25168
|
-
"defaultBranch": {
|
|
25169
|
-
"type": "string"
|
|
25170
|
-
},
|
|
25171
|
-
"updatedAt": {
|
|
25172
|
-
"type": "number"
|
|
25173
|
-
}
|
|
25174
|
-
},
|
|
25175
|
-
"required": [
|
|
25176
|
-
"id",
|
|
25177
|
-
"provider",
|
|
25178
|
-
"url",
|
|
25179
|
-
"name",
|
|
25180
|
-
"slug",
|
|
25181
|
-
"namespace",
|
|
25182
|
-
"owner",
|
|
25183
|
-
"ownerType",
|
|
25184
|
-
"private",
|
|
25185
|
-
"defaultBranch",
|
|
25186
|
-
"updatedAt"
|
|
25187
|
-
],
|
|
25188
|
-
"type": "object"
|
|
25189
|
-
},
|
|
25190
|
-
"type": "array"
|
|
25191
|
-
}
|
|
25192
|
-
},
|
|
25193
|
-
"required": [
|
|
25194
|
-
"gitAccount",
|
|
25195
|
-
"repos"
|
|
25196
|
-
],
|
|
25197
|
-
"type": "object"
|
|
25198
|
-
}
|
|
25199
|
-
]
|
|
24169
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
25200
24170
|
}
|
|
25201
24171
|
}
|
|
25202
24172
|
}
|
|
25203
24173
|
},
|
|
25204
|
-
"
|
|
25205
|
-
"description": "
|
|
24174
|
+
"401": {
|
|
24175
|
+
"description": "",
|
|
25206
24176
|
"content": {
|
|
25207
24177
|
"application/json": {
|
|
25208
24178
|
"schema": {
|
|
25209
|
-
"$ref": "#/components/schemas/
|
|
24179
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
25210
24180
|
}
|
|
25211
24181
|
}
|
|
25212
24182
|
}
|
|
25213
24183
|
},
|
|
25214
24184
|
"403": {
|
|
25215
24185
|
"description": "You do not have permission to access this resource."
|
|
25216
|
-
}
|
|
25217
|
-
},
|
|
25218
|
-
"parameters": [
|
|
25219
|
-
{
|
|
25220
|
-
"name": "query",
|
|
25221
|
-
"in": "query",
|
|
25222
|
-
"schema": {
|
|
25223
|
-
"type": "string"
|
|
25224
|
-
}
|
|
25225
24186
|
},
|
|
25226
|
-
{
|
|
25227
|
-
"
|
|
25228
|
-
"
|
|
25229
|
-
|
|
25230
|
-
|
|
25231
|
-
|
|
25232
|
-
{
|
|
25233
|
-
"type": "string"
|
|
25234
|
-
},
|
|
25235
|
-
{
|
|
25236
|
-
"type": "number"
|
|
24187
|
+
"404": {
|
|
24188
|
+
"description": "The log drain was not found",
|
|
24189
|
+
"content": {
|
|
24190
|
+
"application/json": {
|
|
24191
|
+
"schema": {
|
|
24192
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
25237
24193
|
}
|
|
25238
|
-
|
|
25239
|
-
}
|
|
25240
|
-
},
|
|
25241
|
-
{
|
|
25242
|
-
"name": "provider",
|
|
25243
|
-
"in": "query",
|
|
25244
|
-
"schema": {
|
|
25245
|
-
"enum": [
|
|
25246
|
-
"github",
|
|
25247
|
-
"github-custom-host",
|
|
25248
|
-
"gitlab",
|
|
25249
|
-
"bitbucket"
|
|
25250
|
-
]
|
|
24194
|
+
}
|
|
25251
24195
|
}
|
|
25252
|
-
}
|
|
24196
|
+
}
|
|
24197
|
+
},
|
|
24198
|
+
"parameters": [
|
|
25253
24199
|
{
|
|
25254
|
-
"name": "
|
|
25255
|
-
"
|
|
24200
|
+
"name": "id",
|
|
24201
|
+
"description": "ID of the log drain to be deleted",
|
|
24202
|
+
"in": "path",
|
|
24203
|
+
"required": true,
|
|
25256
24204
|
"schema": {
|
|
24205
|
+
"description": "ID of the log drain to be deleted",
|
|
25257
24206
|
"type": "string"
|
|
25258
24207
|
}
|
|
25259
24208
|
},
|
|
25260
|
-
{
|
|
25261
|
-
"name": "host",
|
|
25262
|
-
"description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
|
|
25263
|
-
"in": "query",
|
|
25264
|
-
"schema": {
|
|
25265
|
-
"description": "The custom Git host if using a custom Git provider, like GitHub Enterprise Server",
|
|
25266
|
-
"type": "string",
|
|
25267
|
-
"example": "ghes-test.now.systems"
|
|
25268
|
-
}
|
|
25269
|
-
},
|
|
25270
24209
|
{
|
|
25271
24210
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
25272
24211
|
"in": "query",
|
|
@@ -27131,10 +26070,12 @@
|
|
|
27131
26070
|
"endsWith",
|
|
27132
26071
|
"startsWith",
|
|
27133
26072
|
"equals"
|
|
27134
|
-
]
|
|
26073
|
+
],
|
|
26074
|
+
"description": "The type of matching to perform"
|
|
27135
26075
|
},
|
|
27136
26076
|
"pattern": {
|
|
27137
|
-
"type": "string"
|
|
26077
|
+
"type": "string",
|
|
26078
|
+
"description": "The pattern to match against branch names"
|
|
27138
26079
|
}
|
|
27139
26080
|
},
|
|
27140
26081
|
"required": [
|
|
@@ -27628,7 +26569,7 @@
|
|
|
27628
26569
|
},
|
|
27629
26570
|
"defaultRoute": {
|
|
27630
26571
|
"type": "string",
|
|
27631
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
26572
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
27632
26573
|
},
|
|
27633
26574
|
"routeObservabilityToThisProject": {
|
|
27634
26575
|
"type": "boolean",
|
|
@@ -27861,8 +26802,8 @@
|
|
|
27861
26802
|
"deploymentType": {
|
|
27862
26803
|
"type": "string",
|
|
27863
26804
|
"enum": [
|
|
27864
|
-
"preview",
|
|
27865
26805
|
"all",
|
|
26806
|
+
"preview",
|
|
27866
26807
|
"prod_deployment_urls_and_all_previews"
|
|
27867
26808
|
]
|
|
27868
26809
|
}
|
|
@@ -27930,10 +26871,12 @@
|
|
|
27930
26871
|
"endsWith",
|
|
27931
26872
|
"startsWith",
|
|
27932
26873
|
"equals"
|
|
27933
|
-
]
|
|
26874
|
+
],
|
|
26875
|
+
"description": "The type of matching to perform"
|
|
27934
26876
|
},
|
|
27935
26877
|
"pattern": {
|
|
27936
|
-
"type": "string"
|
|
26878
|
+
"type": "string",
|
|
26879
|
+
"description": "The pattern to match against branch names"
|
|
27937
26880
|
}
|
|
27938
26881
|
},
|
|
27939
26882
|
"required": [
|
|
@@ -28886,6 +27829,12 @@
|
|
|
28886
27829
|
},
|
|
28887
27830
|
"type": "array"
|
|
28888
27831
|
},
|
|
27832
|
+
"teamMemberMfaStatus": {
|
|
27833
|
+
"items": {
|
|
27834
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
27835
|
+
},
|
|
27836
|
+
"type": "array"
|
|
27837
|
+
},
|
|
28889
27838
|
"teamMicrofrontends": {
|
|
28890
27839
|
"items": {
|
|
28891
27840
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -28988,6 +27937,18 @@
|
|
|
28988
27937
|
},
|
|
28989
27938
|
"type": "array"
|
|
28990
27939
|
},
|
|
27940
|
+
"vercelRun": {
|
|
27941
|
+
"items": {
|
|
27942
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
27943
|
+
},
|
|
27944
|
+
"type": "array"
|
|
27945
|
+
},
|
|
27946
|
+
"vercelRunExec": {
|
|
27947
|
+
"items": {
|
|
27948
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
27949
|
+
},
|
|
27950
|
+
"type": "array"
|
|
27951
|
+
},
|
|
28991
27952
|
"aliasProject": {
|
|
28992
27953
|
"items": {
|
|
28993
27954
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -29418,10 +28379,10 @@
|
|
|
29418
28379
|
"deploymentType": {
|
|
29419
28380
|
"type": "string",
|
|
29420
28381
|
"enum": [
|
|
29421
|
-
"production",
|
|
29422
|
-
"preview",
|
|
29423
28382
|
"all",
|
|
29424
|
-
"
|
|
28383
|
+
"preview",
|
|
28384
|
+
"prod_deployment_urls_and_all_previews",
|
|
28385
|
+
"production"
|
|
29425
28386
|
]
|
|
29426
28387
|
},
|
|
29427
28388
|
"addresses": {
|
|
@@ -29461,10 +28422,10 @@
|
|
|
29461
28422
|
"deploymentType": {
|
|
29462
28423
|
"type": "string",
|
|
29463
28424
|
"enum": [
|
|
29464
|
-
"production",
|
|
29465
|
-
"preview",
|
|
29466
28425
|
"all",
|
|
29467
|
-
"
|
|
28426
|
+
"preview",
|
|
28427
|
+
"prod_deployment_urls_and_all_previews",
|
|
28428
|
+
"production"
|
|
29468
28429
|
]
|
|
29469
28430
|
}
|
|
29470
28431
|
},
|
|
@@ -30872,10 +29833,12 @@
|
|
|
30872
29833
|
"endsWith",
|
|
30873
29834
|
"startsWith",
|
|
30874
29835
|
"equals"
|
|
30875
|
-
]
|
|
29836
|
+
],
|
|
29837
|
+
"description": "The type of matching to perform"
|
|
30876
29838
|
},
|
|
30877
29839
|
"pattern": {
|
|
30878
|
-
"type": "string"
|
|
29840
|
+
"type": "string",
|
|
29841
|
+
"description": "The pattern to match against branch names"
|
|
30879
29842
|
}
|
|
30880
29843
|
},
|
|
30881
29844
|
"required": [
|
|
@@ -31369,7 +30332,7 @@
|
|
|
31369
30332
|
},
|
|
31370
30333
|
"defaultRoute": {
|
|
31371
30334
|
"type": "string",
|
|
31372
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
30335
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
31373
30336
|
},
|
|
31374
30337
|
"routeObservabilityToThisProject": {
|
|
31375
30338
|
"type": "boolean",
|
|
@@ -31602,8 +30565,8 @@
|
|
|
31602
30565
|
"deploymentType": {
|
|
31603
30566
|
"type": "string",
|
|
31604
30567
|
"enum": [
|
|
31605
|
-
"preview",
|
|
31606
30568
|
"all",
|
|
30569
|
+
"preview",
|
|
31607
30570
|
"prod_deployment_urls_and_all_previews"
|
|
31608
30571
|
]
|
|
31609
30572
|
}
|
|
@@ -31671,10 +30634,12 @@
|
|
|
31671
30634
|
"endsWith",
|
|
31672
30635
|
"startsWith",
|
|
31673
30636
|
"equals"
|
|
31674
|
-
]
|
|
30637
|
+
],
|
|
30638
|
+
"description": "The type of matching to perform"
|
|
31675
30639
|
},
|
|
31676
30640
|
"pattern": {
|
|
31677
|
-
"type": "string"
|
|
30641
|
+
"type": "string",
|
|
30642
|
+
"description": "The pattern to match against branch names"
|
|
31678
30643
|
}
|
|
31679
30644
|
},
|
|
31680
30645
|
"required": [
|
|
@@ -32627,6 +31592,12 @@
|
|
|
32627
31592
|
},
|
|
32628
31593
|
"type": "array"
|
|
32629
31594
|
},
|
|
31595
|
+
"teamMemberMfaStatus": {
|
|
31596
|
+
"items": {
|
|
31597
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
31598
|
+
},
|
|
31599
|
+
"type": "array"
|
|
31600
|
+
},
|
|
32630
31601
|
"teamMicrofrontends": {
|
|
32631
31602
|
"items": {
|
|
32632
31603
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -32729,6 +31700,18 @@
|
|
|
32729
31700
|
},
|
|
32730
31701
|
"type": "array"
|
|
32731
31702
|
},
|
|
31703
|
+
"vercelRun": {
|
|
31704
|
+
"items": {
|
|
31705
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
31706
|
+
},
|
|
31707
|
+
"type": "array"
|
|
31708
|
+
},
|
|
31709
|
+
"vercelRunExec": {
|
|
31710
|
+
"items": {
|
|
31711
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
31712
|
+
},
|
|
31713
|
+
"type": "array"
|
|
31714
|
+
},
|
|
32732
31715
|
"aliasProject": {
|
|
32733
31716
|
"items": {
|
|
32734
31717
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -33159,10 +32142,10 @@
|
|
|
33159
32142
|
"deploymentType": {
|
|
33160
32143
|
"type": "string",
|
|
33161
32144
|
"enum": [
|
|
33162
|
-
"production",
|
|
33163
|
-
"preview",
|
|
33164
32145
|
"all",
|
|
33165
|
-
"
|
|
32146
|
+
"preview",
|
|
32147
|
+
"prod_deployment_urls_and_all_previews",
|
|
32148
|
+
"production"
|
|
33166
32149
|
]
|
|
33167
32150
|
},
|
|
33168
32151
|
"addresses": {
|
|
@@ -33202,10 +32185,10 @@
|
|
|
33202
32185
|
"deploymentType": {
|
|
33203
32186
|
"type": "string",
|
|
33204
32187
|
"enum": [
|
|
33205
|
-
"production",
|
|
33206
|
-
"preview",
|
|
33207
32188
|
"all",
|
|
33208
|
-
"
|
|
32189
|
+
"preview",
|
|
32190
|
+
"prod_deployment_urls_and_all_previews",
|
|
32191
|
+
"production"
|
|
33209
32192
|
]
|
|
33210
32193
|
}
|
|
33211
32194
|
},
|
|
@@ -33702,6 +32685,9 @@
|
|
|
33702
32685
|
},
|
|
33703
32686
|
"409": {
|
|
33704
32687
|
"description": "A project with the provided name already exists."
|
|
32688
|
+
},
|
|
32689
|
+
"501": {
|
|
32690
|
+
"description": ""
|
|
33705
32691
|
}
|
|
33706
32692
|
},
|
|
33707
32693
|
"parameters": [
|
|
@@ -34740,10 +33726,12 @@
|
|
|
34740
33726
|
"endsWith",
|
|
34741
33727
|
"startsWith",
|
|
34742
33728
|
"equals"
|
|
34743
|
-
]
|
|
33729
|
+
],
|
|
33730
|
+
"description": "The type of matching to perform"
|
|
34744
33731
|
},
|
|
34745
33732
|
"pattern": {
|
|
34746
|
-
"type": "string"
|
|
33733
|
+
"type": "string",
|
|
33734
|
+
"description": "The pattern to match against branch names"
|
|
34747
33735
|
}
|
|
34748
33736
|
},
|
|
34749
33737
|
"required": [
|
|
@@ -35237,7 +34225,7 @@
|
|
|
35237
34225
|
},
|
|
35238
34226
|
"defaultRoute": {
|
|
35239
34227
|
"type": "string",
|
|
35240
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
34228
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
35241
34229
|
},
|
|
35242
34230
|
"routeObservabilityToThisProject": {
|
|
35243
34231
|
"type": "boolean",
|
|
@@ -35470,8 +34458,8 @@
|
|
|
35470
34458
|
"deploymentType": {
|
|
35471
34459
|
"type": "string",
|
|
35472
34460
|
"enum": [
|
|
35473
|
-
"preview",
|
|
35474
34461
|
"all",
|
|
34462
|
+
"preview",
|
|
35475
34463
|
"prod_deployment_urls_and_all_previews"
|
|
35476
34464
|
]
|
|
35477
34465
|
}
|
|
@@ -35539,10 +34527,12 @@
|
|
|
35539
34527
|
"endsWith",
|
|
35540
34528
|
"startsWith",
|
|
35541
34529
|
"equals"
|
|
35542
|
-
]
|
|
34530
|
+
],
|
|
34531
|
+
"description": "The type of matching to perform"
|
|
35543
34532
|
},
|
|
35544
34533
|
"pattern": {
|
|
35545
|
-
"type": "string"
|
|
34534
|
+
"type": "string",
|
|
34535
|
+
"description": "The pattern to match against branch names"
|
|
35546
34536
|
}
|
|
35547
34537
|
},
|
|
35548
34538
|
"required": [
|
|
@@ -36495,6 +35485,12 @@
|
|
|
36495
35485
|
},
|
|
36496
35486
|
"type": "array"
|
|
36497
35487
|
},
|
|
35488
|
+
"teamMemberMfaStatus": {
|
|
35489
|
+
"items": {
|
|
35490
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35491
|
+
},
|
|
35492
|
+
"type": "array"
|
|
35493
|
+
},
|
|
36498
35494
|
"teamMicrofrontends": {
|
|
36499
35495
|
"items": {
|
|
36500
35496
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -36597,6 +35593,18 @@
|
|
|
36597
35593
|
},
|
|
36598
35594
|
"type": "array"
|
|
36599
35595
|
},
|
|
35596
|
+
"vercelRun": {
|
|
35597
|
+
"items": {
|
|
35598
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35599
|
+
},
|
|
35600
|
+
"type": "array"
|
|
35601
|
+
},
|
|
35602
|
+
"vercelRunExec": {
|
|
35603
|
+
"items": {
|
|
35604
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35605
|
+
},
|
|
35606
|
+
"type": "array"
|
|
35607
|
+
},
|
|
36600
35608
|
"aliasProject": {
|
|
36601
35609
|
"items": {
|
|
36602
35610
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -37027,10 +36035,10 @@
|
|
|
37027
36035
|
"deploymentType": {
|
|
37028
36036
|
"type": "string",
|
|
37029
36037
|
"enum": [
|
|
37030
|
-
"production",
|
|
37031
|
-
"preview",
|
|
37032
36038
|
"all",
|
|
37033
|
-
"
|
|
36039
|
+
"preview",
|
|
36040
|
+
"prod_deployment_urls_and_all_previews",
|
|
36041
|
+
"production"
|
|
37034
36042
|
]
|
|
37035
36043
|
},
|
|
37036
36044
|
"addresses": {
|
|
@@ -37070,10 +36078,10 @@
|
|
|
37070
36078
|
"deploymentType": {
|
|
37071
36079
|
"type": "string",
|
|
37072
36080
|
"enum": [
|
|
37073
|
-
"production",
|
|
37074
|
-
"preview",
|
|
37075
36081
|
"all",
|
|
37076
|
-
"
|
|
36082
|
+
"preview",
|
|
36083
|
+
"prod_deployment_urls_and_all_previews",
|
|
36084
|
+
"production"
|
|
37077
36085
|
]
|
|
37078
36086
|
}
|
|
37079
36087
|
},
|
|
@@ -38371,10 +37379,12 @@
|
|
|
38371
37379
|
"endsWith",
|
|
38372
37380
|
"startsWith",
|
|
38373
37381
|
"equals"
|
|
38374
|
-
]
|
|
37382
|
+
],
|
|
37383
|
+
"description": "The type of matching to perform"
|
|
38375
37384
|
},
|
|
38376
37385
|
"pattern": {
|
|
38377
|
-
"type": "string"
|
|
37386
|
+
"type": "string",
|
|
37387
|
+
"description": "The pattern to match against branch names"
|
|
38378
37388
|
}
|
|
38379
37389
|
},
|
|
38380
37390
|
"required": [
|
|
@@ -38868,7 +37878,7 @@
|
|
|
38868
37878
|
},
|
|
38869
37879
|
"defaultRoute": {
|
|
38870
37880
|
"type": "string",
|
|
38871
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
37881
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
38872
37882
|
},
|
|
38873
37883
|
"routeObservabilityToThisProject": {
|
|
38874
37884
|
"type": "boolean",
|
|
@@ -39101,8 +38111,8 @@
|
|
|
39101
38111
|
"deploymentType": {
|
|
39102
38112
|
"type": "string",
|
|
39103
38113
|
"enum": [
|
|
39104
|
-
"preview",
|
|
39105
38114
|
"all",
|
|
38115
|
+
"preview",
|
|
39106
38116
|
"prod_deployment_urls_and_all_previews"
|
|
39107
38117
|
]
|
|
39108
38118
|
}
|
|
@@ -39170,10 +38180,12 @@
|
|
|
39170
38180
|
"endsWith",
|
|
39171
38181
|
"startsWith",
|
|
39172
38182
|
"equals"
|
|
39173
|
-
]
|
|
38183
|
+
],
|
|
38184
|
+
"description": "The type of matching to perform"
|
|
39174
38185
|
},
|
|
39175
38186
|
"pattern": {
|
|
39176
|
-
"type": "string"
|
|
38187
|
+
"type": "string",
|
|
38188
|
+
"description": "The pattern to match against branch names"
|
|
39177
38189
|
}
|
|
39178
38190
|
},
|
|
39179
38191
|
"required": [
|
|
@@ -40126,6 +39138,12 @@
|
|
|
40126
39138
|
},
|
|
40127
39139
|
"type": "array"
|
|
40128
39140
|
},
|
|
39141
|
+
"teamMemberMfaStatus": {
|
|
39142
|
+
"items": {
|
|
39143
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
39144
|
+
},
|
|
39145
|
+
"type": "array"
|
|
39146
|
+
},
|
|
40129
39147
|
"teamMicrofrontends": {
|
|
40130
39148
|
"items": {
|
|
40131
39149
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -40228,6 +39246,18 @@
|
|
|
40228
39246
|
},
|
|
40229
39247
|
"type": "array"
|
|
40230
39248
|
},
|
|
39249
|
+
"vercelRun": {
|
|
39250
|
+
"items": {
|
|
39251
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
39252
|
+
},
|
|
39253
|
+
"type": "array"
|
|
39254
|
+
},
|
|
39255
|
+
"vercelRunExec": {
|
|
39256
|
+
"items": {
|
|
39257
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
39258
|
+
},
|
|
39259
|
+
"type": "array"
|
|
39260
|
+
},
|
|
40231
39261
|
"aliasProject": {
|
|
40232
39262
|
"items": {
|
|
40233
39263
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -40658,10 +39688,10 @@
|
|
|
40658
39688
|
"deploymentType": {
|
|
40659
39689
|
"type": "string",
|
|
40660
39690
|
"enum": [
|
|
40661
|
-
"production",
|
|
40662
|
-
"preview",
|
|
40663
39691
|
"all",
|
|
40664
|
-
"
|
|
39692
|
+
"preview",
|
|
39693
|
+
"prod_deployment_urls_and_all_previews",
|
|
39694
|
+
"production"
|
|
40665
39695
|
]
|
|
40666
39696
|
},
|
|
40667
39697
|
"addresses": {
|
|
@@ -40701,10 +39731,10 @@
|
|
|
40701
39731
|
"deploymentType": {
|
|
40702
39732
|
"type": "string",
|
|
40703
39733
|
"enum": [
|
|
40704
|
-
"production",
|
|
40705
|
-
"preview",
|
|
40706
39734
|
"all",
|
|
40707
|
-
"
|
|
39735
|
+
"preview",
|
|
39736
|
+
"prod_deployment_urls_and_all_previews",
|
|
39737
|
+
"production"
|
|
40708
39738
|
]
|
|
40709
39739
|
}
|
|
40710
39740
|
},
|
|
@@ -41834,7 +40864,8 @@
|
|
|
41834
40864
|
"properties": {
|
|
41835
40865
|
"environments": {
|
|
41836
40866
|
"items": {
|
|
41837
|
-
"type": "object"
|
|
40867
|
+
"type": "object",
|
|
40868
|
+
"description": "Internal representation of a custom environment with all required properties"
|
|
41838
40869
|
},
|
|
41839
40870
|
"type": "array"
|
|
41840
40871
|
}
|
|
@@ -41932,7 +40963,8 @@
|
|
|
41932
40963
|
"content": {
|
|
41933
40964
|
"application/json": {
|
|
41934
40965
|
"schema": {
|
|
41935
|
-
"type": "object"
|
|
40966
|
+
"type": "object",
|
|
40967
|
+
"description": "Internal representation of a custom environment with all required properties"
|
|
41936
40968
|
}
|
|
41937
40969
|
}
|
|
41938
40970
|
}
|
|
@@ -49859,6 +48891,161 @@
|
|
|
49859
48891
|
]
|
|
49860
48892
|
}
|
|
49861
48893
|
},
|
|
48894
|
+
"/v1/projects/{projectId}/pause": {
|
|
48895
|
+
"post": {
|
|
48896
|
+
"description": "Pause a project by passing its project `id` in the URL. If the project does not exist given the id then the request will fail with 400 status code. If the project disables auto assigning custom production domains and blocks the active Production Deployment then the request will return with 200 status code.",
|
|
48897
|
+
"operationId": "pauseProject",
|
|
48898
|
+
"security": [
|
|
48899
|
+
{
|
|
48900
|
+
"bearerToken": []
|
|
48901
|
+
}
|
|
48902
|
+
],
|
|
48903
|
+
"summary": "Pause a project",
|
|
48904
|
+
"tags": [
|
|
48905
|
+
"projects"
|
|
48906
|
+
],
|
|
48907
|
+
"responses": {
|
|
48908
|
+
"200": {
|
|
48909
|
+
"description": ""
|
|
48910
|
+
},
|
|
48911
|
+
"400": {
|
|
48912
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
48913
|
+
"content": {
|
|
48914
|
+
"application/json": {
|
|
48915
|
+
"schema": {
|
|
48916
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
48917
|
+
}
|
|
48918
|
+
}
|
|
48919
|
+
}
|
|
48920
|
+
},
|
|
48921
|
+
"401": {
|
|
48922
|
+
"description": "",
|
|
48923
|
+
"content": {
|
|
48924
|
+
"application/json": {
|
|
48925
|
+
"schema": {
|
|
48926
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
48927
|
+
}
|
|
48928
|
+
}
|
|
48929
|
+
}
|
|
48930
|
+
},
|
|
48931
|
+
"402": {
|
|
48932
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
|
|
48933
|
+
},
|
|
48934
|
+
"403": {
|
|
48935
|
+
"description": "You do not have permission to access this resource."
|
|
48936
|
+
},
|
|
48937
|
+
"500": {
|
|
48938
|
+
"description": ""
|
|
48939
|
+
}
|
|
48940
|
+
},
|
|
48941
|
+
"parameters": [
|
|
48942
|
+
{
|
|
48943
|
+
"name": "projectId",
|
|
48944
|
+
"description": "The unique project identifier",
|
|
48945
|
+
"in": "path",
|
|
48946
|
+
"required": true,
|
|
48947
|
+
"schema": {
|
|
48948
|
+
"type": "string",
|
|
48949
|
+
"description": "The unique project identifier"
|
|
48950
|
+
}
|
|
48951
|
+
},
|
|
48952
|
+
{
|
|
48953
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
48954
|
+
"in": "query",
|
|
48955
|
+
"name": "teamId",
|
|
48956
|
+
"schema": {
|
|
48957
|
+
"type": "string",
|
|
48958
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
48959
|
+
}
|
|
48960
|
+
},
|
|
48961
|
+
{
|
|
48962
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
48963
|
+
"in": "query",
|
|
48964
|
+
"name": "slug",
|
|
48965
|
+
"schema": {
|
|
48966
|
+
"type": "string",
|
|
48967
|
+
"example": "my-team-url-slug"
|
|
48968
|
+
}
|
|
48969
|
+
}
|
|
48970
|
+
]
|
|
48971
|
+
}
|
|
48972
|
+
},
|
|
48973
|
+
"/v1/projects/{projectId}/unpause": {
|
|
48974
|
+
"post": {
|
|
48975
|
+
"description": "Unpause a project by passing its project `id` in the URL. If the project does not exist given the id then the request will fail with 400 status code. If the project enables auto assigning custom production domains and unblocks the active Production Deployment then the request will return with 200 status code.",
|
|
48976
|
+
"operationId": "unpauseProject",
|
|
48977
|
+
"security": [
|
|
48978
|
+
{
|
|
48979
|
+
"bearerToken": []
|
|
48980
|
+
}
|
|
48981
|
+
],
|
|
48982
|
+
"summary": "Unpause a project",
|
|
48983
|
+
"tags": [
|
|
48984
|
+
"projects"
|
|
48985
|
+
],
|
|
48986
|
+
"responses": {
|
|
48987
|
+
"200": {
|
|
48988
|
+
"description": ""
|
|
48989
|
+
},
|
|
48990
|
+
"400": {
|
|
48991
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
48992
|
+
"content": {
|
|
48993
|
+
"application/json": {
|
|
48994
|
+
"schema": {
|
|
48995
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
48996
|
+
}
|
|
48997
|
+
}
|
|
48998
|
+
}
|
|
48999
|
+
},
|
|
49000
|
+
"401": {
|
|
49001
|
+
"description": "",
|
|
49002
|
+
"content": {
|
|
49003
|
+
"application/json": {
|
|
49004
|
+
"schema": {
|
|
49005
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
49006
|
+
}
|
|
49007
|
+
}
|
|
49008
|
+
}
|
|
49009
|
+
},
|
|
49010
|
+
"403": {
|
|
49011
|
+
"description": "You do not have permission to access this resource."
|
|
49012
|
+
},
|
|
49013
|
+
"500": {
|
|
49014
|
+
"description": ""
|
|
49015
|
+
}
|
|
49016
|
+
},
|
|
49017
|
+
"parameters": [
|
|
49018
|
+
{
|
|
49019
|
+
"name": "projectId",
|
|
49020
|
+
"description": "The unique project identifier",
|
|
49021
|
+
"in": "path",
|
|
49022
|
+
"required": true,
|
|
49023
|
+
"schema": {
|
|
49024
|
+
"type": "string",
|
|
49025
|
+
"description": "The unique project identifier"
|
|
49026
|
+
}
|
|
49027
|
+
},
|
|
49028
|
+
{
|
|
49029
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
49030
|
+
"in": "query",
|
|
49031
|
+
"name": "teamId",
|
|
49032
|
+
"schema": {
|
|
49033
|
+
"type": "string",
|
|
49034
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
49035
|
+
}
|
|
49036
|
+
},
|
|
49037
|
+
{
|
|
49038
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
49039
|
+
"in": "query",
|
|
49040
|
+
"name": "slug",
|
|
49041
|
+
"schema": {
|
|
49042
|
+
"type": "string",
|
|
49043
|
+
"example": "my-team-url-slug"
|
|
49044
|
+
}
|
|
49045
|
+
}
|
|
49046
|
+
]
|
|
49047
|
+
}
|
|
49048
|
+
},
|
|
49862
49049
|
"/v1/security/attack-mode": {
|
|
49863
49050
|
"post": {
|
|
49864
49051
|
"description": "Update the setting for determining if the project has Attack Challenge mode enabled.",
|
|
@@ -53819,12 +53006,12 @@
|
|
|
53819
53006
|
"enum": [
|
|
53820
53007
|
"teams",
|
|
53821
53008
|
"link",
|
|
53822
|
-
"
|
|
53823
|
-
"import",
|
|
53009
|
+
"saml",
|
|
53824
53010
|
"github",
|
|
53825
53011
|
"gitlab",
|
|
53826
53012
|
"bitbucket",
|
|
53827
|
-
"
|
|
53013
|
+
"mail",
|
|
53014
|
+
"import",
|
|
53828
53015
|
"dsync",
|
|
53829
53016
|
"feedback",
|
|
53830
53017
|
"organization-teams"
|
|
@@ -63372,6 +62559,17 @@
|
|
|
63372
62559
|
},
|
|
63373
62560
|
"flagsExplorerUnlimitedOverrides": {
|
|
63374
62561
|
"type": "boolean"
|
|
62562
|
+
},
|
|
62563
|
+
"buildMachine": {
|
|
62564
|
+
"properties": {
|
|
62565
|
+
"cores": {
|
|
62566
|
+
"type": "number"
|
|
62567
|
+
},
|
|
62568
|
+
"memory": {
|
|
62569
|
+
"type": "number"
|
|
62570
|
+
}
|
|
62571
|
+
},
|
|
62572
|
+
"type": "object"
|
|
63375
62573
|
}
|
|
63376
62574
|
},
|
|
63377
62575
|
"type": "object"
|
|
@@ -66888,6 +66086,18 @@
|
|
|
66888
66086
|
"type": "object",
|
|
66889
66087
|
"description": "The payload of the event, if requested."
|
|
66890
66088
|
},
|
|
66089
|
+
{
|
|
66090
|
+
"properties": {
|
|
66091
|
+
"enforced": {
|
|
66092
|
+
"type": "boolean"
|
|
66093
|
+
}
|
|
66094
|
+
},
|
|
66095
|
+
"required": [
|
|
66096
|
+
"enforced"
|
|
66097
|
+
],
|
|
66098
|
+
"type": "object",
|
|
66099
|
+
"description": "The payload of the event, if requested."
|
|
66100
|
+
},
|
|
66891
66101
|
{
|
|
66892
66102
|
"properties": {
|
|
66893
66103
|
"name": {
|
|
@@ -67648,7 +66858,7 @@
|
|
|
67648
66858
|
},
|
|
67649
66859
|
"defaultRoute": {
|
|
67650
66860
|
"type": "string",
|
|
67651
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
66861
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
67652
66862
|
},
|
|
67653
66863
|
"routeObservabilityToThisProject": {
|
|
67654
66864
|
"type": "boolean",
|
|
@@ -67733,7 +66943,7 @@
|
|
|
67733
66943
|
},
|
|
67734
66944
|
"defaultRoute": {
|
|
67735
66945
|
"type": "string",
|
|
67736
|
-
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI."
|
|
66946
|
+
"description": "A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`"
|
|
67737
66947
|
},
|
|
67738
66948
|
"routeObservabilityToThisProject": {
|
|
67739
66949
|
"type": "boolean",
|
|
@@ -68822,6 +68032,20 @@
|
|
|
68822
68032
|
"flagsExplorerUnlimitedOverrides": {
|
|
68823
68033
|
"type": "boolean",
|
|
68824
68034
|
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
68035
|
+
},
|
|
68036
|
+
"buildMachine": {
|
|
68037
|
+
"properties": {
|
|
68038
|
+
"cores": {
|
|
68039
|
+
"type": "number",
|
|
68040
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
68041
|
+
},
|
|
68042
|
+
"memory": {
|
|
68043
|
+
"type": "number",
|
|
68044
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
68045
|
+
}
|
|
68046
|
+
},
|
|
68047
|
+
"type": "object",
|
|
68048
|
+
"description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
|
|
68825
68049
|
}
|
|
68826
68050
|
},
|
|
68827
68051
|
"type": "object",
|