Recover resources
Restore previously deleted resources from the trash.
Query Parameters
- Type: stringaccess
Token
Headers
- Type: stringX
- Exabase - Base - Id Optional. When provided, the request is executed against the specified base. If omitted, the parent workspace is used.
Body
application/json
- Type: array string[] · 1…resource
Ids Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$required
Responses
- 204
Resources recovered
Request Example for post/v2/resources/recover
curl https://api.exabase.io/v2/resources/recover \
--request POST \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN' \
--data '{
"resourceIds": [
""
]
}'
No Body