From 9345907a5c1737c6c2c1f8eba52a568035b08493 Mon Sep 17 00:00:00 2001 From: haturatu Date: Sat, 22 Feb 2025 23:20:55 +0900 Subject: fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g --- docs/build/Interfaces/API/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/build/Interfaces/API/index.html') diff --git a/docs/build/Interfaces/API/index.html b/docs/build/Interfaces/API/index.html index 448562d..e341500 100644 --- a/docs/build/Interfaces/API/index.html +++ b/docs/build/Interfaces/API/index.html @@ -120,7 +120,7 @@ - +
@@ -167,7 +167,7 @@ - +
@@ -1011,7 +1011,7 @@ This provides Ponzu developers with full control over the request/response life-cycle.


Interfaces

-

api.Createable

+

api.Createable

Externalable enables 3rd-party clients (outside the CMS) to send content via a multipart/form-data encoded POST request to a specific endpoint: /api/content/create?type=<Type>. When api.Createable is implemented, content @@ -1036,7 +1036,7 @@ the "Pending" section altogether and become "Public" immediately.


-

api.Updateable

+

api.Updateable

Updateable enables 3rd-party clients (outside the CMS) to update existing content via a multipart/form-data encoded POST request to a specific endpoint: /api/content/update?type=<Type>&id=<id>. Request validation should be employed @@ -1056,7 +1056,7 @@ otherwise any client could change data in your database.


-

api.Deleteable

+

api.Deleteable

Updateable enables 3rd-party clients (outside the CMS) to delete existing content via a multipart/form-data encoded POST request to a specific endpoint: /api/content/delete?type=<Type>&id=<id>. Request validation should be employed @@ -1076,7 +1076,7 @@ otherwise any client could delete data from your database.


-

api.Trustable

+

api.Trustable

Trustable provides a way for submitted content (via api.Createable) to bypass the editor.Mergeable step in which CMS end-users must manually click the "Approve" button in order for content to be put in the "Public" section and access @@ -1160,7 +1160,7 @@ altogether.

- + -- cgit v1.2.3