Use distinct ContentTopic string type

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
Fabiana Cecin 2026-02-03 16:12:49 -03:00 committed by GitHub
parent aa27f464c2
commit 71e26dd1ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -501,7 +501,7 @@ functions:
description: "Unsubscribe from specific content topics"
parameters:
- name: contentTopics
type: Array<string>
type: Array<ContentTopic>
description: "The content topics for the node to unsubscribe from."
returns:
type: void