/
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
post
/api/organization/create
post
/api/organization/createMany
get
/api/organization/findUnique
get
/api/organization/findFirst
get
/api/organization/findMany
patch
/api/organization/update
patch
/api/organization/updateMany
post
/api/organization/upsert
delete
/api/organization/delete
delete
/api/organization/deleteMany
get
/api/organization/count
get
/api/organization/aggregate
get
/api/organization/groupBy
organizationRole
13
project
13
test
13
testRun
13
testShare
13
testStep
13
user
13
organization
Update a Organization
patch
/api/organization/update
Request body
OrganizationUpdateArgs
required
select
OrganizationSelect
include
OrganizationInclude
where
OrganizationWhereUniqueInput
required
data
OrganizationUpdateInput
required
meta
Meta
Meta information about the request or response
Response
Successful operation
object
required
data
Organization
required
meta
Meta
Meta information about the request or response
Changes