v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Resources

Create a new resource

Create a new resource associated with a registration.

post/resources/

Request body

Example request

{
  "data": {
    "type": "resources",
    "attributes": {
      "description": "Dataset resource",
      "resource_type": "data"
    },
    "relationships": {
      "registration": {
        "data": {
          "type": "registrations",
          "id": "reg123"
        }
      }
    }
  }
}

Response

Successfully created a new resource.