v13

OpenAPI 3.0.32026-07-31359869.4 MB
microfrontends

Create a microfrontends group with applications

Creates a microfrontends group and attaches multiple projects in a single request.

post/v1/microfrontends/group

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

groupNamestring required

The name of the microfrontends group that will be used to identify the group

Example request

{
  "groupName": "MFE Group 1"
}

Response