Content Upload Resource

Resource URL http://mytorrentserver/rundb/api/v1/contentupload/
Schema URL http://mytorrentserver/rundb/api/v1/contentupload/schema/

Resource Fields

field help text default nullable readonly blank unique type
status Unicode string data. Ex: “Hello World”   false false true false string
pub Unicode string data. Ex: “Hello World” n/a false true false false string
id Integer data. Ex: 2673   false false true true integer
meta Unicode string data. Ex: “Hello World” {} false false true false string
file_path Unicode string data. Ex: “Hello World” n/a false false false false string
resource_uri Unicode string data. Ex: “Hello World” n/a false true false false string

Example Response

{
    "meta": {
        "previous": null,
        "total_count": 0,
        "offset": 0,
        "limit": 1,
        "next": null
    },
    "objects": []
}

Allowed list HTTP methods

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH

Allowed detail HTTP methods

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH