You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
Please see the [changelog of GraphSense OpenAPI](https://github.com/graphsense/graphsense-openapi/blob/master/CHANGELOG.md) for changes related to the API.
4
4
5
+
## [25.01.1/1.9.1] - 2025-01-20
6
+
7
+
### Changed
8
+
- Update to REST version 24.01.0
9
+
### Added
10
+
- added tag_type field in tag endpoints, make entity id in tags optional
Copy file name to clipboardExpand all lines: docs/AddressTag.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
**tagpack_is_public** | **bool** | whether the address is public |
10
10
**tagpack_creator** | **str** | Tagpack creator |
11
11
**is_cluster_definer** | **bool** | whether the address tag applies to the entity level |
12
+
**tag_type** | **str** | kind of tag e.g. Mention; representing a mention of an address, or Actor; representing an actor saying something about the actor behind the address. |
12
13
**currency** | **str** | crypto currency code |
13
14
**address** | **str** | Address |
14
-
**entity** | **int** | Entity id |
15
15
**category** | **str** | Category | [optional]
16
16
**concepts** | **[str]** | A list additional concepts/categories | [optional]
17
17
**actor** | **str** | id of the actor that controlls the address | [optional]
@@ -22,6 +22,7 @@ Name | Type | Description | Notes
22
22
**confidence** | **str** | Confidence name | [optional]
**inherited_from** | **str** | if the tag was inherited from cluster | [optional] if omitted the server will use the default value of "cluster"
25
+
**entity** | **int** | Entity id | [optional]
25
26
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
26
27
27
28
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10
10
11
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments