From fce4123f0254e29c77376a5ba68bd8bc7f439d47 Mon Sep 17 00:00:00 2001 From: Vernon Keenan Date: Sun, 18 Jun 2023 16:39:28 +0000 Subject: [PATCH] members updates tested --- api/members/members_models/prompt_category.go | 2 +- api/sfgate/sfgate_models/prompt_category.go | 2 +- swagger/defs/prompt-category.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/members/members_models/prompt_category.go b/api/members/members_models/prompt_category.go index 697f9e3..02afc9d 100644 --- a/api/members/members_models/prompt_category.go +++ b/api/members/members_models/prompt_category.go @@ -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"` diff --git a/api/sfgate/sfgate_models/prompt_category.go b/api/sfgate/sfgate_models/prompt_category.go index 92be069..d049d97 100644 --- a/api/sfgate/sfgate_models/prompt_category.go +++ b/api/sfgate/sfgate_models/prompt_category.go @@ -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"` diff --git a/swagger/defs/prompt-category.yaml b/swagger/defs/prompt-category.yaml index f9a5f74..91b0289 100644 --- a/swagger/defs/prompt-category.yaml +++ b/swagger/defs/prompt-category.yaml @@ -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