v1

latestOpenAPI 3.1.02026-07-24188215268.7 KB
requests - resource

Create a resource request

This API allows users to submit requests for modifications or contributions to dataset or metadata resources. Users can propose changes or transfers within an organization's collections, specifying details about the resource and type of request through structured parameters.

post/requests/suggest

Request body

createdstring date-time
granteeOwnerstring

If this is a transfer request, this is the organization that will receive the resource. Otherwise, this is the same as approverParty.

messagestring
requestIdstring uuid

A unique id of the request assigned by the service and returned in response thus must not be provided in create request.

resourceRequestType'CONTRIBUTION' | 'TRANSFER' required

The type of request

updatedstring date-time

Response

default response

createdstring date-time
granteeOwnerstring

If this is a transfer request, this is the organization that will receive the resource. Otherwise, this is the same as approverParty.

messagestring
requestIdstring uuid

A unique id of the request assigned by the service and returned in response thus must not be provided in create request.

resourceRequestType'CONTRIBUTION' | 'TRANSFER' required

The type of request

updatedstring date-time