POST v1/layers/{id}/settings
Use this endpoint to add settings to a Nested Content Level
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Level unique identifier |
string |
Required |
Body Parameters
The setting structure to be added.
Setting| Name | Description | Type | Additional information |
|---|---|---|---|
| systemId |
Setting internal identifier, most systems using |
string |
None. |
| group |
Property group, note that not all settings storage like company settings support groups yet. Groups are available for Applications, Properties and Users only. |
string |
None. |
| id |
Setting unique identifier. |
string |
None. |
| name |
Setting display name. |
string |
None. |
| value |
Setting value stored. |
string |
None. |
Request Formats
application/json, text/json
{
"systemId": "sample string 1",
"group": "sample string 2",
"id": "sample string 3",
"name": "sample string 4",
"value": "sample string 5"
}
Response Information
Resource Description
Setting| Name | Description | Type | Additional information |
|---|---|---|---|
| systemId |
Setting internal identifier, most systems using |
string |
None. |
| group |
Property group, note that not all settings storage like company settings support groups yet. Groups are available for Applications, Properties and Users only. |
string |
None. |
| id |
Setting unique identifier. |
string |
None. |
| name |
Setting display name. |
string |
None. |
| value |
Setting value stored. |
string |
None. |
Response Formats
application/json, text/json
{
"systemId": "sample string 1",
"group": "sample string 2",
"id": "sample string 3",
"name": "sample string 4",
"value": "sample string 5"
}
