For AI agents: visit https://unearth.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
Unearth
GuidesRecipesAPI ReferenceDiscussionsGraphiQL
v2.0

Log InUnearth
API Reference
Log In
v2.0GuidesRecipesAPI ReferenceDiscussionsGraphiQL

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
	}
}

Updated over 1 year ago


deleteLayerFolder
modifyAccountBrand
Did this page help you?

Updated over 1 year ago


deleteLayerFolder
modifyAccountBrand
Did this page help you?
    • Parameters
    • Use
    • Example