-
Notifications
You must be signed in to change notification settings - Fork 13
UpdateCase
BitFlicker5000 edited this page Jun 28, 2018
·
3 revisions
string UpdateCase(string case_id, string subject, string description, string status, string copiedFromUrl, string infringingUrl, string infringingSiteIp, string priority)
- 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
- 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
- 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" }
More info available at https://www.dmca.com