Skip to content

Get instance's global settings for Attachment

GET
/settings/attachment

GeneralAttachmentSettings

Media type application/json

GeneralAttachmentSettings contains global Attachment settings exposed by API

object
allowed_types
string
enabled
boolean
max_files
integer format: int64
max_size
integer format: int64
Example generated
{
"allowed_types": "example",
"enabled": true,
"max_files": 1,
"max_size": 1
}