Update subprocessor
Modify subprocessor metadata. Badge uploads occur through `/api/v1/subprocessors/{id}/badge`. Browse request parameters, authentication requirements,…
Modify subprocessor metadata. Badge uploads occur through /api/v1/subprocessors/{id}/badge.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://app.orbiqhq.com/api/v1/subprocessors/string" \ -H "Content-Type: application/json" \ -d '{ "location": "United States (primary)", "type": "optional", "description_markdown": "Updated retention policy.", "featured": false }'{
"success": true,
"data": {
"id": "vendor-123",
"title": "Acme Cloud Hosting",
"location": "United States (primary)",
"type": "optional",
"featured": false,
"description": "Core infrastructure provider",
"description_markdown": "Updated retention policy.",
"badge": "https://directus.example.com/assets/vendor-badge",
"template": "template-001",
"date_created": "2025-03-01T10:05:00.000Z",
"date_updated": "2025-05-01T14:22:00.000Z"
}
}Empty
Empty
Empty
Empty
How is this guide?