Mutations
updateOrganization
Updates the organization’s settings.
MUTATION
updateOrganization(input: UpdateOrganizationInput!): UpdateOrganizationArguments
input
required
Returns
organization
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates the organization’s settings.
updateOrganization(input: UpdateOrganizationInput!): UpdateOrganizationmutation UpdateOrganization($input: UpdateOrganizationInput!) {
updateOrganization(input: $input) {
organization {
LastSessionId
_created
_etag
_updated
allowWipOspKitting
auth0Domain
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateOrganization": {
"organization": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"allowWipOspKitting": true,
"auth0Domain": "string"
}
}
}
}Was this page helpful?
mutation UpdateOrganization($input: UpdateOrganizationInput!) {
updateOrganization(input: $input) {
organization {
LastSessionId
_created
_etag
_updated
allowWipOspKitting
auth0Domain
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateOrganization": {
"organization": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"allowWipOspKitting": true,
"auth0Domain": "string"
}
}
}
}Suggestions