Skip to main content
Version: v0.7.0

Callback to suspend transfer process

POST 

/api/transfers/callbacks/:id/suspend

Callback to suspend transfer process

Request

Path Parameters

    id stringrequired

    Transfer ID

Bodyrequired

    @typestringrequired
    dspace:providerPidstringrequired
    dspace:consumerPidstringrequired
    dspace:reasonstring[]required

Responses

Callback suspended transfer successfully

Schema
    statusstring

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: VPdescription: Verifiable Presentation needed to communicate between two instances of the control plane.
curl -L 'https://tsg.dataspac.es/api/transfers/callbacks/:id/suspend' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
--data-raw '{
"@type": "string",
"dspace:providerPid": "string",
"dspace:consumerPid": "string",
"dspace:reason": [
"string"
]
}'
Request Collapse all
Auth
Parameters
— pathrequired
Body required
{
  "@type": "string",
  "dspace:providerPid": "string",
  "dspace:consumerPid": "string",
  "dspace:reason": [
    "string"
  ]
}