v18
latestOpenAPI 3.0.32026-08-07378889.6 MBprojects
Update the microfrontends settings
Update the microfrontends settings for a project.
patch/v1/projects/{projectId}/microfrontends
Path parameters
projectIdstring required
The unique project identifier
Example:prj_12HKQaOmR5t5Uy6vdcQsNIiZgHGB
The unique project identifier
Query parameters
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Request body
Example request
{
"microfrontendsGroupId": "mfe_12HKQaOmR5t5Uy6vdcQsNIiZgHGB",
"enabled": true,
"isDefaultApp": true,
"defaultRoute": "/home"
}Response
Example response
{
"crons": {
"definitions": [
{
"host": "vercel.com",
"path": "/api/crons/sync-something?hello=world",
"schedule": "0 0 * * *"
}
]
},
"rollingRelease": {
"target": "production",
"stages": [
{
"targetPercentage": 25,
"duration": 600
}
],
"gate": {
"checks": [
{
"minSampleSize": 100,
"excludeStatusCodes": [
503
],
"excludePaths": [
"/api/health"
],
"ingestWatermarkSeconds": 30
}
],
"failureThreshold": 3,
"windowSize": 5
}
}
}