/
IR
iris-networks
/
My awesome API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14m ago · Updated 2mo ago
Details
Filter operations
agent
13
integration
13
organization
13
organizationRole
13
project
13
test
13
testRun
13
testShare
13
testStep
13
post
/api/testStep/create
post
/api/testStep/createMany
get
/api/testStep/findUnique
get
/api/testStep/findFirst
get
/api/testStep/findMany
patch
/api/testStep/update
patch
/api/testStep/updateMany
post
/api/testStep/upsert
delete
/api/testStep/delete
delete
/api/testStep/deleteMany
get
/api/testStep/count
get
/api/testStep/aggregate
get
/api/testStep/groupBy
user
13
testStep
Update a TestStep
patch
/api/testStep/update
Request body
TestStepUpdateArgs
required
select
TestStepSelect
include
TestStepInclude
where
TestStepWhereUniqueInput
required
data
TestStepUpdateInput
required
meta
Meta
Meta information about the request or response
Response
Successful operation
object
required
data
TestStep
required
meta
Meta
Meta information about the request or response
Changes