---
title: "POST /workflowstepgroup/{id}#workflowId"
method: POST
path: "/workflowstepgroup/{id}#workflowId"
---

# POST /workflowstepgroup/{id}#workflowId

`POST /workflowstepgroup/{id}#workflowId`

Update the step group in a migration workflow.

## Path parameters

- `id` string, required

## Query parameters

- `workflowId` string, required

## Request body

- object
  - `name` string — The name of the step group.
  - `description` string — The description of the step group.
  - `next` StringListMember[] — The next step group.
  - `previous` StringListMember[] — The previous step group.

## Response `202`

Success

- UpdateWorkflowStepGroupResponse
  - `workflowId` string — The ID of the migration workflow.
  - `name` string — The name of the step group.
  - `id` string — The ID of the step group.
  - `description` string — The description of the step group.
  - `tools` Tool[] — List of AWS services utilized in a migration workflow.
    - `name` string — The name of an AWS service.
    - `url` string — The URL of an AWS service.
  - `next` StringListMember[] — The next step group.
  - `previous` StringListMember[] — The previous step group.
  - `lastModifiedTime` string, date-time — The time at which the step group was last modified.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ValidationException
- `484` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/migrationhuborchestrator.md) · [All operations](https://skmtc.net/aws/apis/migrationhuborchestrator/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/migrationhuborchestrator/versions/d388f030f5e3/schema)
