members updates tested

v0.5.14 v0.5.14
Vernon Keenan 2023-06-18 16:39:28 +00:00
parent 302e50b058
commit fce4123f02
3 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ type PromptCategory struct {
LastModifiedByID *string `json:"LastModifiedByID,omitempty"`
// The date the prompt category was last modified
LastModifiedDate string `json:"LastModifiedDate,omitempty"`
LastModifiedDate *string `json:"LastModifiedDate,omitempty"`
// The prompt category name
Name *string `json:"Name,omitempty"`

View File

@ -34,7 +34,7 @@ type PromptCategory struct {
LastModifiedByID *string `json:"LastModifiedByID,omitempty"`
// The date the prompt category was last modified
LastModifiedDate string `json:"LastModifiedDate,omitempty"`
LastModifiedDate *string `json:"LastModifiedDate,omitempty"`
// The prompt category name
Name *string `json:"Name,omitempty"`

View File

@ -19,6 +19,7 @@ PromptCategory:
LastModifiedDate:
description: The date the prompt category was last modified
type: string
x-nullable: true
LastModifiedByID:
x-nullable: true
description: The ID of the user who last modified the prompt category