Skip to content

Rule.io SDK


Rule.io SDK / client/src / Tag

Interface: Tag

Defined in: client/src/resources/tags/tags.types.ts:20

A tag entity as returned by the v2 /tags API.

createdAt and updatedAt are only present in list responses — the single-tag endpoint omits them.

Extended by

Properties

createdAt?

optional createdAt?: string

Defined in: client/src/resources/tags/tags.types.ts:32

ISO 8601 timestamp of when the tag was created.

Present in list responses. Absent in single-tag responses.


description?

optional description?: string

Defined in: client/src/resources/tags/tags.types.ts:26

Optional tag description.


id

id: number

Defined in: client/src/resources/tags/tags.types.ts:22

Tag ID.


name

name: string

Defined in: client/src/resources/tags/tags.types.ts:24

Tag name.


updatedAt?

optional updatedAt?: string

Defined in: client/src/resources/tags/tags.types.ts:38

ISO 8601 timestamp of when the tag was last updated.

Present in list responses. Absent in single-tag responses.