Skip to main content
PUT
Update Module
Update an existing module’s title, browser settings, and steps. When steps are provided, all existing steps are replaced with the new set.
integer
required
The ID of the module to update.

Request body

All fields are optional. Only provided fields will be updated.
string
The updated module name. Must be between 1 and 128 characters and unique within your account.
object[]
The new set of steps for the module. Replaces all existing steps.
integer
The ID of the test suite this module belongs to.
string
The folder path for organizing the module.

Example request body

Response

string
A confirmation message (e.g. "Module updated successfully").
object
The updated module object.

Example response

Updating a module replaces all existing steps with the steps provided in the request body. Make sure to include all steps you want to keep.