From afc8e72be2af09d7f57f87f7b55292963b178083 Mon Sep 17 00:00:00 2001 From: Tobias Metzke-Bernstein <586643+tmetzke@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:03:04 +0100 Subject: [PATCH] docs: sort 8.6 C8 REST API categories --- .../specifications/sidebar.js | 266 +++++++++--------- 1 file changed, 133 insertions(+), 133 deletions(-) diff --git a/versioned_docs/version-8.6/apis-tools/camunda-api-rest/specifications/sidebar.js b/versioned_docs/version-8.6/apis-tools/camunda-api-rest/specifications/sidebar.js index 5aae0ea575..1cbf7aaace 100644 --- a/versioned_docs/version-8.6/apis-tools/camunda-api-rest/specifications/sidebar.js +++ b/versioned_docs/version-8.6/apis-tools/camunda-api-rest/specifications/sidebar.js @@ -5,235 +5,205 @@ module.exports = [ }, { type: "category", - label: "Cluster", + label: "Clock", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/get-cluster-topology", - label: "Get cluster topology", - className: "api-method get", + id: "apis-tools/camunda-api-rest/specifications/pin-internal-clock-alpha", + label: "Pin internal clock (alpha)", + className: "api-method put", + }, + { + type: "doc", + id: "apis-tools/camunda-api-rest/specifications/reset-internal-clock-alpha", + label: "Reset internal clock (alpha)", + className: "api-method post", }, ], }, { type: "category", - label: "License", + label: "Cluster", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/get-status-of-camunda-license", - label: "Get status of Camunda license", + id: "apis-tools/camunda-api-rest/specifications/get-cluster-topology", + label: "Get cluster topology", className: "api-method get", }, ], }, { type: "category", - label: "Job", + label: "Decision definition", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/activate-jobs", - label: "Activate jobs", - className: "api-method post", - }, - { - type: "doc", - id: "apis-tools/camunda-api-rest/specifications/fail-job", - label: "Fail job", + id: "apis-tools/camunda-api-rest/specifications/query-decision-definitions-alpha", + label: "Query decision definitions (alpha)", className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/report-error-for-job", - label: "Report error for job", - className: "api-method post", + id: "apis-tools/camunda-api-rest/specifications/get-decision-definition-xml-alpha", + label: "Get decision definition XML (alpha)", + className: "api-method get", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/complete-job", - label: "Complete job", + id: "apis-tools/camunda-api-rest/specifications/evaluate-decision", + label: "Evaluate decision", className: "api-method post", }, - { - type: "doc", - id: "apis-tools/camunda-api-rest/specifications/update-a-job", - label: "Update a job", - className: "api-method patch", - }, ], }, { type: "category", - label: "Incident", + label: "Decision instance", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/resolve-incident", - label: "Resolve incident", - className: "api-method post", - }, - { - type: "doc", - id: "apis-tools/camunda-api-rest/specifications/query-incidents-alpha", - label: "Query incidents (alpha)", + id: "apis-tools/camunda-api-rest/specifications/query-decision-instances-alpha", + label: "Query decision instances (alpha)", className: "api-method post", }, - { - type: "doc", - id: "apis-tools/camunda-api-rest/specifications/get-incident-by-key-alpha", - label: "Get incident by key (alpha)", - className: "api-method get", - }, ], }, { type: "category", - label: "User task", + label: "Decision requirements", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/complete-user-task", - label: "Complete user task", + id: "apis-tools/camunda-api-rest/specifications/query-decision-requirements-alpha", + label: "Query decision requirements (alpha)", className: "api-method post", }, + ], + }, + { + type: "category", + label: "Documents", + items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/assign-user-task", - label: "Assign user task", + id: "apis-tools/camunda-api-rest/specifications/upload-document-alpha", + label: "Upload document (alpha)", className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/update-user-task", - label: "Update user task", - className: "api-method patch", + id: "apis-tools/camunda-api-rest/specifications/download-document-alpha", + label: "Download document (alpha)", + className: "api-method get", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/unassign-user-task", - label: "Unassign user task", + id: "apis-tools/camunda-api-rest/specifications/delete-document-alpha", + label: "Delete document (alpha)", className: "api-method delete", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/query-user-tasks-alpha", - label: "Query user tasks (alpha)", + id: "apis-tools/camunda-api-rest/specifications/create-document-link-alpha", + label: "Create document link (alpha)", className: "api-method post", }, ], }, { type: "category", - label: "Clock", + label: "Element instance", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/pin-internal-clock-alpha", - label: "Pin internal clock (alpha)", - className: "api-method put", - }, - { - type: "doc", - id: "apis-tools/camunda-api-rest/specifications/reset-internal-clock-alpha", - label: "Reset internal clock (alpha)", + id: "apis-tools/camunda-api-rest/specifications/update-element-instance-variables", + label: "Update element instance variables", className: "api-method post", }, ], }, { type: "category", - label: "Process instance", + label: "Flow node Instance", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/create-process-instance", - label: "Create process instance", - className: "api-method post", - }, - { - type: "doc", - id: "apis-tools/camunda-api-rest/specifications/query-process-instances-alpha", - label: "Query process instances (alpha)", + id: "apis-tools/camunda-api-rest/specifications/query-flow-node-instances-alpha", + label: "Query flow node instances (alpha)", className: "api-method post", }, + ], + }, + { + type: "category", + label: "Incident", + items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/cancel-process-instance", - label: "Cancel process instance", + id: "apis-tools/camunda-api-rest/specifications/resolve-incident", + label: "Resolve incident", className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/migrate-process-instance", - label: "Migrate process instance", + id: "apis-tools/camunda-api-rest/specifications/query-incidents-alpha", + label: "Query incidents (alpha)", className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/modify-process-instance", - label: "Modify process instance", - className: "api-method post", + id: "apis-tools/camunda-api-rest/specifications/get-incident-by-key-alpha", + label: "Get incident by key (alpha)", + className: "api-method get", }, ], }, { type: "category", - label: "Flow node Instance", + label: "Job", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/query-flow-node-instances-alpha", - label: "Query flow node instances (alpha)", + id: "apis-tools/camunda-api-rest/specifications/activate-jobs", + label: "Activate jobs", className: "api-method post", }, - ], - }, - { - type: "category", - label: "Decision definition", - items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/query-decision-definitions-alpha", - label: "Query decision definitions (alpha)", + id: "apis-tools/camunda-api-rest/specifications/fail-job", + label: "Fail job", className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/get-decision-definition-xml-alpha", - label: "Get decision definition XML (alpha)", - className: "api-method get", + id: "apis-tools/camunda-api-rest/specifications/report-error-for-job", + label: "Report error for job", + className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/evaluate-decision", - label: "Evaluate decision", + id: "apis-tools/camunda-api-rest/specifications/complete-job", + label: "Complete job", className: "api-method post", }, - ], - }, - { - type: "category", - label: "Decision requirements", - items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/query-decision-requirements-alpha", - label: "Query decision requirements (alpha)", - className: "api-method post", + id: "apis-tools/camunda-api-rest/specifications/update-a-job", + label: "Update a job", + className: "api-method patch", }, ], }, { type: "category", - label: "Decision instance", + label: "License", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/query-decision-instances-alpha", - label: "Query decision instances (alpha)", - className: "api-method post", + id: "apis-tools/camunda-api-rest/specifications/get-status-of-camunda-license", + label: "Get status of Camunda license", + className: "api-method get", }, ], }, @@ -257,42 +227,36 @@ module.exports = [ }, { type: "category", - label: "Documents", + label: "Process instance", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/upload-document-alpha", - label: "Upload document (alpha)", + id: "apis-tools/camunda-api-rest/specifications/create-process-instance", + label: "Create process instance", className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/download-document-alpha", - label: "Download document (alpha)", - className: "api-method get", + id: "apis-tools/camunda-api-rest/specifications/query-process-instances-alpha", + label: "Query process instances (alpha)", + className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/delete-document-alpha", - label: "Delete document (alpha)", - className: "api-method delete", + id: "apis-tools/camunda-api-rest/specifications/cancel-process-instance", + label: "Cancel process instance", + className: "api-method post", }, { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/create-document-link-alpha", - label: "Create document link (alpha)", + id: "apis-tools/camunda-api-rest/specifications/migrate-process-instance", + label: "Migrate process instance", className: "api-method post", }, - ], - }, - { - type: "category", - label: "User", - items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/find-all-users", - label: "Query users (alpha)", + id: "apis-tools/camunda-api-rest/specifications/modify-process-instance", + label: "Modify process instance", className: "api-method post", }, ], @@ -317,24 +281,60 @@ module.exports = [ }, { type: "category", - label: "Element instance", + label: "Signal", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/update-element-instance-variables", - label: "Update element instance variables", + id: "apis-tools/camunda-api-rest/specifications/broadcast-signal", + label: "Broadcast signal", className: "api-method post", }, ], }, { type: "category", - label: "Signal", + label: "User", items: [ { type: "doc", - id: "apis-tools/camunda-api-rest/specifications/broadcast-signal", - label: "Broadcast signal", + id: "apis-tools/camunda-api-rest/specifications/find-all-users", + label: "Query users (alpha)", + className: "api-method post", + }, + ], + }, + { + type: "category", + label: "User task", + items: [ + { + type: "doc", + id: "apis-tools/camunda-api-rest/specifications/complete-user-task", + label: "Complete user task", + className: "api-method post", + }, + { + type: "doc", + id: "apis-tools/camunda-api-rest/specifications/assign-user-task", + label: "Assign user task", + className: "api-method post", + }, + { + type: "doc", + id: "apis-tools/camunda-api-rest/specifications/update-user-task", + label: "Update user task", + className: "api-method patch", + }, + { + type: "doc", + id: "apis-tools/camunda-api-rest/specifications/unassign-user-task", + label: "Unassign user task", + className: "api-method delete", + }, + { + type: "doc", + id: "apis-tools/camunda-api-rest/specifications/query-user-tasks-alpha", + label: "Query user tasks (alpha)", className: "api-method post", }, ],