feat: add labels to terraform provider

This commit is contained in:
allanice001
2025-11-03 19:07:15 +00:00
parent ee824a9c5a
commit 3ca77c097d
20 changed files with 644 additions and 13 deletions

View File

@@ -1852,14 +1852,23 @@ components:
type: object
dto.LabelResponse:
example:
updated_at: updated_at
organization_id: organization_id
created_at: created_at
id: id
value: value
key: key
properties:
created_at:
type: string
id:
type: string
key:
type: string
organization_id:
type: string
updated_at:
type: string
value:
type: string
type: object