lib/swagger/defs/prompt-tag.yaml

23 lines
598 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
CreatedDate:
description: The date the prompt tag was created
type: string
CreatedByID:
description: The ID of the user who created the prompt tag
type: string
LastModifiedDate:
description: The date the prompt tag was last modified
type: string
LastModifiedByID:
description: The ID of the user who last modified the prompt tag
type: string
type: object