Resource settings:settings

Overview

The settings:settings resource provides links to query and manipulate the settings of a system.

Properties

The settings:settings resource has no properties.

settings:root-section

Get the resource representing the very root section.

settings:section-by-path

Retrieves the resource representing the specified section.

Description

The settings:settings resource provides links to query and manipulate the settings of a system.

Examples

MC | Asset Management
 
{
  "_links": {
    "curies": [
      {
        "href": "http://developer.avid.com/ctms/api/settings/linkrels/{rel}.html",
        "name": "settings",
        "templated": true
      }
    ],
    "self": {
      "href": "https://host/…​"
    },
    "settings:root-section": {
      "href": "https://host/…​"
    },
    "settings:section-by-path": {
      "href": "https://host/…​{path}",
      "templated": true
    }
  }
}