Skip to content

Commit 7082240

Browse files
committed
Pull request #7: [EOA-2016} Documentation improvement
Merge in SDK/java_telesign from fix/EOA-2016 to developer * commit 'a9661d1748aa09ea2e4f5e8bbae69dde7ea65f7b': Applied suggestion Updating PATCH documentation
2 parents 6a838d7 + a9661d1 commit 7082240

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/main/java/com/telesign/RestClient.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,11 @@ public TelesignResponse put(String resource, Map<String, String> params)
370370
* @param resource
371371
* The partial resource URI to perform the request against.
372372
* @param params
373-
* Params to perform the PUT request with.
373+
* Params to perform the PATCH request with.
374+
* @param contentType
375+
* Appication/json, www-url ....
376+
* @param authMethod
377+
* Basic, Digest ...
374378
* @return The TelesignResponse for the request.
375379
*/
376380
public TelesignResponse patch(String resource, Map<String, String> params, String contentType, String authMethod)

0 commit comments

Comments
 (0)