{
  "actions": [
    {
      "name": "getObjectGroupAttachmentResources",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/reports/attachments/object-groups/{pathv1}/resources?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getObjectGroupAttachmentResources-default.json"
        }
      ]
    },
    {
      "name": "updateObjectGroupAttachmentResources",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/api/v1/reports/attachments/object-groups/{pathv1}/resources?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updateObjectGroupAttachmentResources-default.json"
        }
      ]
    },
    {
      "name": "getObjectGroupAttachmentVisualizationSettings",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/reports/attachments/object-groups/{pathv1}/visualizations?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getObjectGroupAttachmentVisualizationSettings-default.json"
        }
      ]
    },
    {
      "name": "updateObjectGroupAttachmentVisualizationSettings",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/api/v1/reports/attachments/object-groups/{pathv1}/visualizations?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updateObjectGroupAttachmentVisualizationSettings-default.json"
        }
      ]
    },
    {
      "name": "partiallyUpdateObjectGroupAttachmentVisualizationSettings",
      "protocol": "REST",
      "method": "PATCH",
      "entitypath": "{base_path}/{version}/api/v1/reports/attachments/object-groups/{pathv1}/visualizations?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/partiallyUpdateObjectGroupAttachmentVisualizationSettings-default.json"
        }
      ]
    },
    {
      "name": "createObjectGroupAttachment",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/v1/reports/{pathv1}/attachments/object-groups?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createObjectGroupAttachment-default.json"
        }
      ]
    }
  ]
}