Download OpenAPI specification:Download
Update app setting
title | string site name show on page header and tilte of HTML |
confidential | string confidential show on page header |
globalLang | string language set when create user |
isEmailPublishedForNewUser | boolean default email show/hide setting when create user |
fileUpload | boolean enable upload file except image file |
Succeeded to update app setting
Update site url setting
siteUrl | string Site URL. e.g. https://example.com, https://example.com:8080 |
envSiteUrl | string environment variable 'APP_SITE_URL' |
Succeeded to update site url setting
Update smtp setting
smtpHost | string host name of client's smtp server |
smtpPort | string port of client's smtp server |
smtpUser | string user name of client's smtp server |
smtpPassword | string password of client's smtp server |
Succeeded to update smtp setting
Update ses setting
accessKeyId | string accesskey id for authentification of AWS |
secretAccessKey | string secret key for authentification of AWS |
Succeeded to update ses setting
Update fileUploadSetting
fileUploadType | string fileUploadType |
s3Region | string region of AWS S3 |
s3CustomEndpoint | string custom endpoint of AWS S3 |
s3Bucket | string AWS S3 bucket name |
s3AccessKeyId | string accesskey id for authentification of AWS |
s3SecretAccessKey | string secret key for authentification of AWS |
s3ReferenceFileWithRelayMode | boolean is enable internal stream system for s3 file request |
gcsApiKeyJsonPath | string apiKeyJsonPath of gcp |
gcsBucket | string bucket name of gcs |
gcsUploadNamespace | string name space of gcs |
gcsReferenceFileWithRelayMode | boolean is enable internal stream system for gcs file request |
envGcsApiKeyJsonPath | string Path of the JSON file that contains service account key to authenticate to GCP API |
envGcsBucket | string Name of the GCS bucket |
envGcsUploadNamespace | string Directory name to create in the bucket |
Succeeded to update fileUploadSetting
Get available capacity of uploaded file with GridFS
fileSize required | number Example: fileSize=23175 file size |
Succeeded to get available capacity of uploaded file with GridFS.
Forbidden
Internal Server Error
Add attachment to the page
page_id | string Nullable |
path | string Nullable |
file | string <binary> attachment data |
Succeeded to add attachment.
Forbidden
Internal Server Error