Enums
Was this section helpful?
On this page
- Enums
POST
authorizeIntegrationToOrgPOST
claimDeviceToSitePOST
createSitePOST
deleteSitePOST
disableIntegrationFromSitePOST
enableIntegrationAtSitePOST
healthPOST
inviteSiteRoleWithEmailNotificationPOST
inviteSiteRoleWithoutEmailNotificationPOST
removeIntegrationAuthorizationFromOrgPOST
removeSiteRolesPOST
sendTraitActionToDevicePOST
unclaimDeviceFromSitePOST
updateSiteEnums in GraphQL define a set of possible values for a field. They represent a discrete set of options or states that a field can have. Enums help ensure type safety and provide a clear list of valid values for a field.