lib/swagger/defs/prompt-tag.yaml

28 lines
713 B
YAML
Raw Normal View History

2023-06-04 23:54:48 +00:00
PromptTag:
description: A prompt tag
properties:
ID:
description: Record Id
type: string
Name:
description: The prompt tag name
type: string
2023-06-05 19:44:18 +00:00
x-nullable: true
2023-06-04 23:54:48 +00:00
CreatedDate:
description: The date the prompt tag was created
type: string
2023-06-05 19:44:18 +00:00
x-nullable: true
2023-06-04 23:54:48 +00:00
CreatedByID:
description: The ID of the user who created the prompt tag
type: string
2023-06-05 19:44:18 +00:00
x-nullable: true
2023-06-04 23:54:48 +00:00
LastModifiedDate:
description: The date the prompt tag was last modified
type: string
2023-06-05 19:44:18 +00:00
x-nullable: true
2023-06-04 23:54:48 +00:00
LastModifiedByID:
description: The ID of the user who last modified the prompt tag
type: string
2023-06-05 19:44:18 +00:00
x-nullable: true
2023-06-04 23:54:48 +00:00
type: object