Skip to content

UpdateCase

BitFlicker5000 edited this page Jun 28, 2018 · 3 revisions

Updates an existing DMCA Takedown case

Syntax

string UpdateCase(string case_id, string subject, string description, string status, string copiedFromUrl, string infringingUrl, string infringingSiteIp, string priority)

Parameters

  • case_id type: string (as received from create or list methods)
  • subject type: string
  • description type: string
  • status type: string
  • copiedFromUrl type: string
  • infringingUrl type: string
  • infringingSiteIp type: string
  • priority type: string

Returns CASE_ID

Remarks

  • Requires JSON formatted Request Body
  • Requires a valid Token in request header (from /login method)
  • HTTPS is required for this operation
  • Max 100 executions per day (email api@dmca.com to have limit increased)
  • Parameter names are case sensitive

HTTP Method: POST

Example:

  • URL: https://api.dmca.com/UpdateCase
  • Request Headers:
  • Token: tY/OKSp9g002k/xh9TWltgD2ZiFvOwfaYmOJBoVr9gg0APxr0eSkSOfwygg6
  • Request Body: {"case_id":"WltgD2ZiFvOwfaYmWltgD2ZiFvOwfaYm" , "subject":"test api case" , "description":"Test api description" , "status":"Test api status" , "copiedFromUrl":"test api from url" , "infringingUrl":"test api infcringing url" , "infringingSiteIp":"test infringing site ip api" }

Contact API support at DMCA.com api@dmca.com

Clone this wiki locally