X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=apidoc%2Fapi_data.json;h=31cd2fe44d1c89ae1880dd198fa7e98bb351dca4;hb=d5b3d400e91cc98c429bfb9d7741cfdb9b495f82;hp=4b5a46c9eae5392af85c882002696f032e97a096;hpb=5bcfff2cfe490b4ab0d0668e644729ef139af2a3;p=motion2.git diff --git a/apidoc/api_data.json b/apidoc/api_data.json index 4b5a46c..31cd2fe 100644 --- a/apidoc/api_data.json +++ b/apidoc/api_data.json @@ -24965,12 +24965,12 @@ }, { "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 @@ "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": "" } ] }