Publishsetting
{
"id": 123,
"name": "HTML5 standard",
"resource": 123,
"created_at": 1603625405,
"modified_at": 1603625405,
"reuse": "true",
"shared": "false",
"creator": 2,
"format": "pdf"
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
id | integer | false | none | The ID of the setting. |
name | string | false | none | The name of the setting. |
resource | integer | false | none | The resource ID. |
created_at | integer | false | none | The setting creation time (as a unix timestamp). |
modified_at | integer | false | none | The setting modification time (as a unix timestamp). |
reuse | boolean | false | none | If the setting is reused. |
shared | boolean | false | none | If the setting is shared. |
creator | integer | false | none | The ID of the user that created the setting. |
format | string | false | none | The output format of the setting. |