Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 1d9589d

Browse files
committed
MINOR: Add color validator where it's possible. (#874)
1 parent 8c46d02 commit 1d9589d

34 files changed

+131
-118
lines changed

docs/CollaborationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ Name | Type | Description | Notes
882882
883883
Create a document
884884

885-
Create a document. If the document is one of {'POINT_CLOUD', 'OBJ', 'DXF', 'DWG', 'GLTF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
885+
Create a document. If the document is one of {'OBJ', 'DWG', 'IFC', 'GLTF', 'POINT_CLOUD', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
886886

887887
### Example
888888

docs/PatchedPinRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**guid** | **String** | | [optional]
88
**name** | **String** | | [optional]
9-
**color** | **String** | | [optional]
9+
**color** | **String** | Color of the pin in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [optional]
1010
**point** | [**GeometryPointRequest**](GeometryPointRequest.md) | | [optional]
1111
**index** | **Number** | | [optional]
1212

docs/PatchedPriorityRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**priority** | **String** | | [optional]
8-
**color** | **String** | | [optional]
8+
**color** | **String** | Color of the priority in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [optional]
99

1010

docs/PatchedTagRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**name** | **String** | Full name of the tags | [optional]
8-
**color** | **String** | | [optional]
8+
**color** | **String** | Color of the Tag status in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [optional]
99

1010

docs/PatchedTopicStatusRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**topicStatus** | **String** | | [optional]
8-
**color** | **String** | | [optional]
8+
**color** | **String** | Color of the topic status in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [optional]
99

1010

docs/Pin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**guid** | **String** | | [optional]
88
**name** | **String** | | [optional]
9-
**color** | **String** | | [optional]
9+
**color** | **String** | Color of the pin in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [optional]
1010
**point** | [**GeometryPoint**](GeometryPoint.md) | |
1111
**index** | **Number** | | [optional]
1212

docs/PinRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**guid** | **String** | | [optional]
88
**name** | **String** | | [optional]
9-
**color** | **String** | | [optional]
9+
**color** | **String** | Color of the pin in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [optional]
1010
**point** | [**GeometryPointRequest**](GeometryPointRequest.md) | |
1111
**index** | **Number** | | [optional]
1212

docs/PinWithModels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**guid** | **String** | | [readonly]
88
**name** | **String** | | [readonly]
9-
**color** | **String** | | [readonly]
9+
**color** | **String** | Color of the pin in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [readonly]
1010
**point** | [**GeometryPoint**](GeometryPoint.md) | |
1111
**index** | **Number** | | [readonly]
1212
**modelIds** | **[Number]** | | [readonly]

docs/Priority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**id** | **Number** | | [readonly]
88
**priority** | **String** | |
9-
**color** | **String** | | [optional]
9+
**color** | **String** | Color of the priority in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [optional]
1010

1111

docs/PriorityRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**priority** | **String** | |
8-
**color** | **String** | | [optional]
8+
**color** | **String** | Color of the priority in hexadecimal string without the '#' prefix. Example: 'fff', 'fff0', '0f0f0f', '0f0f0f00'. | [optional]
99

1010

0 commit comments

Comments
 (0)