latestOpenAPI 3.0.32026-08-17387919.8 MB
4c652701e115
teams
Update a microfrontends group
Updates the name (and slug) of a microfrontends group.
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
Example request
{
"name": "MFE Group 1"
}