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