Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The following API call allows to set site settings

Resource URL

/api/1.0/site-settings/set

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodPOST

Parameters

 

Name TypeDefault ValueValidationDescription

title

optional 

string-length[0, 512]

account title message

bcc

optional

[string, ...]-[email, ...]

share emails BCC (Blind carbon copy)

email_footer

optional

string-length[0, 10000]share emails footer text

Example Request URL

Example Result

{
    "share_folder_id": <uuid>,
    "title ": <string>,
    "bcc": [<string>, ...],
    "email_footer": <string>,
    "modified": <timestamp>,
    "language": <string>,
    "pgp_enabled": <bool>
}

 

 

 

 

  • No labels
Quatrix APIs v1.0 QA1