Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP VerbAcceptURLDataResultExample Response
PATCHJSON/devices/8
Code Block
languagejs
{
"data": {
    "type" : "devices",
    "id" : 8,
    "attributes" : {
        "description" : "my HP"
        }
    }
}
Update the type attribute description of the device with ID = 8.devices_8_patch_description.json
      
      

...