latestOpenAPI 3.0.32026-08-214009110.0 MB

915cc4809c98

teams

Update a microfrontends group

Updates a microfrontends group's settings.

patch/v1/teams/{teamId}/microfrontends/{groupId}

Path parameters

groupIdstring required
teamIdstring required
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

Query parameters

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Request body

namestring

The new name for the existing microfrontends group.

fallbackEnvironmentstring

The new fallback environment for the microfrontends group. Must be "SAME_ENV", "PRODUCTION", or a valid custom environment slug from the default app.

enablePolyrepoBranchRoutingboolean

Whether Preview Deployments can link to branches with the same name in other Git repositories.

Example request

{
  "name": "MFE Group 1"
}

Response