Skip to content

Commit e4c7fd3

Browse files
committed
Fix typos, add maxLength for registration numbers
1 parent c00f053 commit e4c7fd3

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

KarbonAPI.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"name": "Business Cards",
30-
"description": "View or update the Business Card attached to a Contact and/or Organisation"
30+
"description": "View or update the Business Card attached to a Contact and/or Organization"
3131
},
3232
{
3333
"name": "Client Groups",
@@ -4836,7 +4836,7 @@
48364836
},
48374837
"tags": {
48384838
"value": "Tags/any(tag: tag eq 'sync')",
4839-
"summary": "The list tags assigned to the Organisation contains 'sync'"
4839+
"summary": "The list tags assigned to the Organization contains 'sync'"
48404840
}
48414841
},
48424842
"description": "When this parameter is combined with the URI, this endpoint will return a subset of the Organizations that satisfy the <code>$filter</code> expression. \nFiltering for Tags cannot be combined with other filters."
@@ -6062,7 +6062,7 @@
60626062
"EntityType": {
60636063
"type": "string",
60646064
"enum": [
6065-
"Organisation"
6065+
"Organization"
60666066
],
60676067
"description": "The entity type of the entity above",
60686068
"example": "Organization"
@@ -6163,7 +6163,7 @@
61636163
"EntityType": {
61646164
"type": "string",
61656165
"enum": [
6166-
"Organisation"
6166+
"Organization"
61676167
],
61686168
"description": "The entity type of the entity above",
61696169
"example": "Organization"
@@ -6203,7 +6203,7 @@
62036203
"$ref": "#/components/schemas/GetTenantSettings"
62046204
},
62056205
"example": {
6206-
"@odata.context": "https://api-dev.karbonhq.com/v3/$metadata#TenantSettings/$entity",
6206+
"@odata.context": "https://api.karbonhq.com/v3/$metadata#TenantSettings/$entity",
62076207
"TenantKey": "2BzmMRkhbwBT",
62086208
"WorkStatuses": [
62096209
{
@@ -8630,7 +8630,7 @@
86308630
}
86318631
},
86328632
"BusinessCardRequest": {
8633-
"description": "A business card associated with a contact or organisation",
8633+
"description": "A business card associated with a contact or organization",
86348634
"type": "object",
86358635
"properties": {
86368636
"IsPrimaryCard": {
@@ -8765,7 +8765,7 @@
87658765
}
87668766
},
87678767
"BusinessCard": {
8768-
"description": "A business card associated with a contact or organisation",
8768+
"description": "A business card associated with a contact or organization",
87698769
"type": "object",
87708770
"properties": {
87718771
"BusinessCardKey": {
@@ -9154,7 +9154,8 @@
91549154
"properties": {
91559155
"RegistrationNumber": {
91569156
"type": "string",
9157-
"description": "The registration number"
9157+
"description": "The registration number",
9158+
"maxLength": 50
91589159
},
91599160
"Type": {
91609161
"type": "string",
@@ -11347,7 +11348,7 @@
1134711348
"Text": {
1134811349
"type": "string",
1134911350
"description": "Free-form text that can be used to add more information about the Organization",
11350-
"example": "This organization has a sibling Organisation called Example Trust"
11351+
"example": "This organization has a sibling Organization called Example Trust"
1135111352
}
1135211353
}
1135311354
},
@@ -12730,7 +12731,7 @@
1273012731
}
1273112732
},
1273212733
"Organization_Key_Not_Found_404": {
12733-
"description": "The error returned when an Organization cannot be found for the provided Organisation Key",
12734+
"description": "The error returned when an Organization cannot be found for the provided Organization Key",
1273412735
"value": {
1273512736
"error": {
1273612737
"code": 4004,

0 commit comments

Comments
 (0)