Jump to Content
Unearth
GuidesRecipesAPI ReferenceDiscussionsGraphiQL
v2.0

Log InUnearth
API Reference
Log In
v2.0GuidesRecipesAPI ReferenceDiscussionsGraphiQL
All
Pages
Start typing to search…

API Reference

  • Introduction

Queries

  • Getting started with Queries
  • accounts
  • assetForms
  • assetGroups
  • assetLinks
  • assetTypes
  • assets
  • datasources
  • datasets
  • deletedAccounts
  • deletedAssets
  • deletedProjects
  • deletedUsers
  • documents
  • featureStyles
  • featureTypes
  • features
  • health
  • layerFolders
  • levels
  • media
  • metaProjects
  • pages
  • places
  • planSections
  • plans
  • projectViews
  • projects
  • surveys
  • tilesets
  • toolAdapters
  • toolGroups
  • toolkits
  • tools
  • users

Mutations

  • Getting started with Mutations
  • addAccountUser
  • addProjectUser
  • createAsset
  • createLayerFolder
  • deleteLayerFolder
  • modifyAccount
  • modifyAccountBrand
  • modifyAccountStatus
  • modifyAccountUser
  • modifyAsset
  • modifyLayerFolder
  • modifyProjectUser
  • modifyUser
  • removeAccountUser
  • removeProjectUser

Unearth GraphiQL

  • Using the GraphiQL Unearth API UI
Powered by 

modifyAccount

Parameters

NameTypeRequired?
account_idtextyes
nametextyes

Use

Update the name of an account

Example

mutation MyMutation {
	modifyAccount(accountId: "123abc", name: "new name") {
  	id
	}
}