/
MA
marmotdata
/
Marmot API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 16h ago
Details
Filter operations
admin
2
agents
4
asset-rules
8
assets
25
auth
5
glossary
8
post
Create glossary term
get
Get ancestor terms
get
Get child terms
get
List glossary terms
get
Search glossary terms
get
Get glossary term
put
Update glossary term
delete
Delete glossary term
ingestion
11
lineage
6
metrics
8
owners
1
pipelines
1
plugins
1
products
19
roles
7
runs
7
search
1
service_accounts
8
sso
5
teams
10
ui
1
users
14
glossary
Create glossary term
Create a new glossary term with name, definition, and optional metadata
post
/glossary/
Request body
CreateTermRequest
required
definition
string
required
description
string
metadata
object
name
string
required
owners
OwnerRequest[]
parent_term_id
string
Response
Created
GlossaryTerm
required
created_at
string
definition
string
deleted_at
string
description
string
id
string
metadata
object
name
string
owners
GlossaryOwner[]
parent_term_id
string
tags
string[]
updated_at
string
Changes