From a230a5a01ddfa34c8dba521ca4fe50d13eb1da68 Mon Sep 17 00:00:00 2001 From: Martin Albert Date: Thu, 24 Oct 2024 18:51:39 +0200 Subject: [PATCH] docs: update readme to include new api changes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc00fab..969eb95 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,7 @@ PagesResponse posts = butterClient.getSearchPages(queryParams); |url|String| |created|Date| |published|Date| +|scheduled|Date| |Author|[Author](#author-class)| |Categories|List<[Category](#category-class)>| |Tags|List<[Tag](#tag-class)>| @@ -507,6 +508,7 @@ PagesResponse posts = butterClient.getSearchPages(queryParams); |---|---| |Draft|1| |Published|2| +|Scheduled|3| ### PostResponse Class @@ -638,10 +640,14 @@ PagesResponse posts = butterClient.getSearchPages(queryParams); | Property | Type| |----|---| |slug| string| +|pageType|string| |fields|T| +|status|[Status](#status-enum)| +|scheduled|Date| ## Exceptions ### ButterCMSResponseException General RunTime exception that wraps API error responses +