Preprints
Create a Preprint Request
Create a new request on the specified preprint. Typically used for withdrawal requests.
Permissions - Must be an admin contributor on the preprint to create a request.
post/preprints/{preprint_id}/requests/
Path parameters
preprint_idstring required
The unique identifier of the preprint to create a request for.
Request body
Example request
{
"data": {
"type": "preprint-requests",
"attributes": {
"request_type": "withdrawal"
}
}
}Response
Successfully created the preprint request.