Update a custom tab
Update a custom tab. Every field is optional, so send only what changes. Content is stored per locale: `locale` selects which one is written, defaulting to…
Update a custom tab. Every field is optional, so send only what changes.
Content is stored per locale: locale selects which one is written, defaulting to the tenant's default locale, and it must be one the tenant has enabled. Sending intent: delete_translation with a non-default locale removes that translation instead of writing it.
Authorization
bearerAuth In: header
Path Parameters
Custom tab identifier
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Every field of CustomTabCreate, all optional, plus the locale controls.
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v1/custom-tabs/tab-vendor-assurance" \ -H "Content-Type: application/json" \ -d '{ "title": "Vendor Assurance" }'How is this guide?