Create App Settings Object


This request creates an app settings object/container.

Resource

POST /me/appsettings

Response

The created object.

Context

Authorization

User

Errors

Example

Request
POST https://xelion.nl/api/v1/master/me/appsettings
Payload
{
    "appKind": "windows",
    "appVersion": "Xelion8.2",
    "objectType": "XCCAppSettingContainer"
}
Response
{
    "object": {
        "appKind": "windows",
        "appVersion": "Xelion8.2",
        "settings": [],
        "oid": "2284653",
        "objectType": "XCCAppSettingContainer"
    },
    "links": [
        {
            "rel": "self",
            "method": "GET"
        }
    ]
}