Skip to content

Commit a651cc8

Browse files
Merge pull request #118 from datalogics-tsmith/delete
Rename batch delete to just delete
2 parents c2d1340 + 43fb1a9 commit a651cc8

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed

Java/Endpoint Examples/JSON Payload/BatchDelete.java renamed to Java/Endpoint Examples/JSON Payload/Delete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import okhttp3.*;
55
import org.json.JSONObject;
66

7-
public class BatchDelete {
7+
public class Delete {
88

99
// By default, we use the US-based API service. This is the primary endpoint for global use.
1010
private static final String API_URL = "https://api.pdfrest.com";

Java/Endpoint Examples/Multipart Payload/BatchDelete.java renamed to Java/Endpoint Examples/Multipart Payload/Delete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import okhttp3.*;
55
import org.json.JSONObject;
66

7-
public class BatchDelete {
7+
public class Delete {
88

99
// By default, we use the US-based API service. This is the primary endpoint for global use.
1010
private static final String API_URL = "https://api.pdfrest.com";

0 commit comments

Comments
 (0)