Shared Steps
Update Shared Step
Apply a partial update to a shared step collection. Uses optimistic concurrency control via expected_version.
PATCH
Permission Required:
project:edit-testsexpected_version, returning 409 if the
collection has been modified since the version you fetched.
The patch field is deep-merged into the current collection. Arrays
(including step_order) are replaced wholesale.
Path Parameters
The shared step collection ID
Request Body
The version returned by the most recent
Get Shared Step. Must be a
non-negative integer.
Partial collection body. Cannot change the collection
id or is_shared.Response
Returns the updated shared step (same shape as Get Shared Step) on success. On version conflict, returns409 with:
Authorizations
API key for authentication
Path Parameters
Shared step collection ID
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Body
application/json