Space Docs
API ReferenceAsset Group

assetGroup.create

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
namestringYesName
descriptionstringNoDescription
customerIdstringNoID of the associated customer
workspaceIdstringNoID of the associated workspace
visibilityModeenum(global, workspace_local, shared)Yes"workspace_local"Visibility mode

Example

{
  "name": "Example Name",
  "description": "A description",
  "customerId": "550e8400-e29b-41d4-a716-446655440000",
  "workspaceId": "550e8400-e29b-41d4-a716-446655440000",
  "visibilityMode": "global"
}

On this page