Update subprocessor
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
title?string
location?string
description?string
description_markdown?string
template?string
type?string
Leave blank to keep the current value; send an empty string to clear it
Value in
"required" | "optional"featured?boolean
Toggle whether this vendor is highlighted on the Trust Center overview tab
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?