v1

latestOpenAPI 3.1.02026-08-066484183.6 MB
Projects

Applies navigation tabs from a template to the project

Copies the navigation tab configuration from an existing project template onto the specified project. Supports preserving the project's current tabs alongside the template's, or replacing them entirely.

{
  "data": {
    "type": "projects",
    "attributes": {
      "template_id": 123456,
      "keep_existing_tabs": false
    }
  }
}
patch/api/v2/projects/{id}/apply_navigation_tabs

Path parameters

idstring required

The ID of the project to apply navigation tabs to.

Headers

X-Organization-Idstring required

Organization ID

Response

Single project