curl --request POST \
--url https://enterprise-api.writer.com/terminology/organization/{organizationId}/team/{teamId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"models": [
{
"term": "<string>",
"type": "approved",
"caseSensitive": true,
"reference": "<string>",
"pos": "noun",
"description": "<string>",
"highlight": true,
"examples": [
{
"example": "<string>",
"type": "good"
}
],
"mistakes": [
{
"mistake": "<string>",
"caseSensitive": true,
"reference": "<string>",
"pos": "noun"
}
],
"tags": [
{
"tag": "<string>"
}
],
"linkedTerms": [
{
"reference": "<string>",
"linkedTermId": 123
}
],
"approvedTermExtension": {
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true
}
}
],
"failHandling": "accumulate"
}
'{
"models": [
{
"id": 123,
"termBankId": 123,
"term": "<string>",
"type": "approved",
"caseSensitive": true,
"highlight": true,
"creationTime": "2023-11-07T05:31:56Z",
"modificationTime": "2023-11-07T05:31:56Z",
"createdUser": {
"id": 123,
"fullName": "<string>",
"email": "<string>"
},
"modifiedUser": {
"id": 123,
"fullName": "<string>",
"email": "<string>"
},
"pos": "noun",
"description": "<string>",
"examples": [
{
"termId": 123,
"termBankId": 123,
"example": "<string>",
"type": "good",
"id": 123
}
],
"mistakes": [
{
"termId": 123,
"termBankId": 123,
"mistake": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun"
}
],
"tags": [
{
"id": 123,
"tag": "<string>",
"termId": 123,
"parentTagId": 123
}
],
"linkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun",
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"backlinkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun",
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"fails": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}curl --request POST \
--url https://enterprise-api.writer.com/terminology/organization/{organizationId}/team/{teamId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"models": [
{
"term": "<string>",
"type": "approved",
"caseSensitive": true,
"reference": "<string>",
"pos": "noun",
"description": "<string>",
"highlight": true,
"examples": [
{
"example": "<string>",
"type": "good"
}
],
"mistakes": [
{
"mistake": "<string>",
"caseSensitive": true,
"reference": "<string>",
"pos": "noun"
}
],
"tags": [
{
"tag": "<string>"
}
],
"linkedTerms": [
{
"reference": "<string>",
"linkedTermId": 123
}
],
"approvedTermExtension": {
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true
}
}
],
"failHandling": "accumulate"
}
'{
"models": [
{
"id": 123,
"termBankId": 123,
"term": "<string>",
"type": "approved",
"caseSensitive": true,
"highlight": true,
"creationTime": "2023-11-07T05:31:56Z",
"modificationTime": "2023-11-07T05:31:56Z",
"createdUser": {
"id": 123,
"fullName": "<string>",
"email": "<string>"
},
"modifiedUser": {
"id": 123,
"fullName": "<string>",
"email": "<string>"
},
"pos": "noun",
"description": "<string>",
"examples": [
{
"termId": 123,
"termBankId": 123,
"example": "<string>",
"type": "good",
"id": 123
}
],
"mistakes": [
{
"termId": 123,
"termBankId": 123,
"mistake": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun"
}
],
"tags": [
{
"id": 123,
"tag": "<string>",
"termId": 123,
"parentTagId": 123
}
],
"linkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun",
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"backlinkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun",
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"fails": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}Show child attributes
approved, banned, pending noun, verb, adverb, adjective accumulate, validate, skip, validateOnly Show child attributes
approved, banned, pending noun, verb, adverb, adjective Show child attributes
Show child attributes
noun, verb, adverb, adjective Show child attributes
Show child attributes
noun, verb, adverb, adjective Show child attributes
Was this page helpful?