Storyden
Admin

Admin Settings Update

Update non-env configuration settings for installation.

Update non-env configuration settings for installation.

PATCH/admin
storyden-session<token>

In: cookie

title?string
description?string
content?PostContent

The body text of a post within a thread. The type is either a string or an object, depending on what was used during creation. Strings can be used for basic plain text or markdown content and objects are used for more complex types such as Slate.js editor documents.

accent_colour?string
authentication_mode?AuthMode
Value in"handle" | "email" | "phone"
metadata?Metadata

The settings metadata may be used by frontends to store arbitrary vendor-specific configuration data specific to the frontend itself.

Empty Object

Response Body

curl -X PATCH "https://loading/api/admin" \  -H "Content-Type: application/json" \  -d '{}'
{
  "title": "string",
  "description": "string",
  "content": "string",
  "accent_colour": "string",
  "authentication_mode": "handle",
  "metadata": {}
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}