Retries a failed import
POSThttps://api.rapidpipeline.com/api/v2/rawmodel/:id/api-upload/retry
Request
Path Parameters
id integerrequired
The id of the base asset
Example: 281
Responses
- 401
- application/json
- Schema
- Example (from schema)
Schema
message string
error string
{
"message": "Invalid token",
"error": "Token format is invalid"
}
Authorization: http
name: defaulttype: httpscheme: bearerdescription: You can create your API token <a href="https://app.rapidpipeline.com/api_tokens">here</a>. <br /> Our REST API, excluding upload related endpoints, is subject to rate limits (2000 requests per minute per User or IP)
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://api.rapidpipeline.com/api/v2/rawmodel/:id/api-upload/retry' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear