Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Uploads a resource with file contents. Returns newly created resource's id in the

URL
/rest/resource
Method
POST
Data Params

Required:

  • name = [string]
  • upload_file = [file]
  • resource_type = [string]

Optional:

  • uri = [string]
  • description = [string]
  • collection = [string]
  • public = [boolean]
Success Response

Code: 200
Content: {"id": 100}

  • No labels