lib/swagger/defs/prompt-category.yaml

23 lines
633 B
YAML
Raw Normal View History

2023-06-04 23:54:48 +00:00
PromptCategory:
description: A prompt category
properties:
ID:
description: Record Id
type: string
Name:
description: The prompt category name
type: string
CreatedDate:
description: The date the prompt category was created
type: string
CreatedByID:
description: The ID of the user who created the prompt category
type: string
LastModifiedDate:
description: The date the prompt category was last modified
type: string
LastModifiedByID:
description: The ID of the user who last modified the prompt category
type: string
type: object