X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=apidoc%2Fapi_data.js;h=a4c64ff2c3800a23ad4e583c638f8c0a20b2ab3f;hb=d5b3d400e91cc98c429bfb9d7741cfdb9b495f82;hp=5fedeba46e41993a0c311d6344b1cdb2433023e0;hpb=5bcfff2cfe490b4ab0d0668e644729ef139af2a3;p=motion2.git diff --git a/apidoc/api_data.js b/apidoc/api_data.js index 5fedeba..a4c64ff 100644 --- a/apidoc/api_data.js +++ b/apidoc/api_data.js @@ -24965,12 +24965,12 @@ define({ "api": [ }, { "type": "delete", - "url": "/api/square/recordings/{id}/delete", + "url": "/api/square/recordings/{id}", "title": "Delete recording", "examples": [ { "title": "Example usage:", - "content": "curl https://{domain}/api/square/recordings/{id}/delete -v -u {name}:{password} -X DELETE", + "content": "curl https://{domain}/api/square/recordings/{id} -v -u {name}:{password} -X DELETE", "type": "json" } ], @@ -28240,6 +28240,55 @@ define({ "api": [ "optional": true, "field": "privacyEnabled", "description": "" + }, + { + "group": "Body", + "type": "Boolean", + "optional": true, + "field": "downloadAttachments", + "description": "" + }, + { + "group": "Body", + "type": "Boolean", + "optional": true, + "field": "downloadCallySquareRecordings", + "description": "" + }, + { + "group": "Body", + "type": "Boolean", + "optional": true, + "field": "downloadContactManagerLists", + "description": "" + }, + { + "group": "Body", + "type": "Boolean", + "optional": true, + "field": "downloadJscriptySessions", + "description": "" + }, + { + "group": "Body", + "type": "Boolean", + "optional": true, + "field": "downloadOmnichannelInteractions", + "description": "" + }, + { + "group": "Body", + "type": "Boolean", + "optional": true, + "field": "downloadScreenRecordings", + "description": "" + }, + { + "group": "Body", + "type": "Boolean", + "optional": true, + "field": "downloadVoiceRecordings", + "description": "" } ] }