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.