diff --git a/docs/apis-tools/camunda-api-rest/specifications/reset-internal-clock-alpha.api.mdx b/docs/apis-tools/camunda-api-rest/specifications/reset-internal-clock-alpha.api.mdx
new file mode 100644
index 00000000000..12e6a222866
--- /dev/null
+++ b/docs/apis-tools/camunda-api-rest/specifications/reset-internal-clock-alpha.api.mdx
@@ -0,0 +1,50 @@
+---
+id: reset-internal-clock-alpha
+title: "Reset internal clock (alpha)"
+description: "Resets the Zeebe engine’s internal clock to the current system time, enabling it to tick in real-time."
+sidebar_label: "Reset internal clock (alpha)"
+hide_title: true
+hide_table_of_contents: true
+api: eJztVttu3DYQ/ZUBnxJUljZp0qZ6M5ykdZGmhr1pgdp+oKjRijE1VHjxerEQ0N/o7/VLiiG19sZ2gDy0b11godVyOIdnzpmRtiLIlRf1uTgyVl2Jy0K06JXTY9CWRC1O0WPwEHqEPxAbBKSVJvz7z788aAroSBpQvBeCTWEqOocUwG98wAGCHrAAJNkYTSvQIcVpdQWawKE0BxxRXtCy1x7siE4yNGgP0WMXDXTWgcMQHXGCBDHjXRBZN0gDDfbyWlsHsgvoGKSXHhpEglETYcugEvyISndawQx5QXVdkw04oyO1o9UUGFwSnEsz9hI6lCE6vHxSOezQISms0srBvOLLoX0KkloY5AYaBB+bj6gSU9VLWuEFaYIucjA4NCg9+vKCRCEc+tGSRy/qrXi+eMGXzxVY3hJeSw8+KoXed9GYDTgWZ1f3vXqXYirEy8XiYbJDulMNnbMOrEqCtbDutUEYneX8u0o7/BTRh1IUQlkKSIFzynE0WiWdqtHZxuDwzUfPAFvhVY+DfAQZTnIktBikNmBzjaSHHNhgy5Y4P317BD+8ePn95ZM+hNHXVbVer0vXqQNsdbCutG5VuU7xl+OelrDs0eGu+LJtNWNKw2RGdEGj35M+V2s+NoTNiFkJ/iVqkY8lCnG3mcnk1d1V+OA0rUQhOjZgELWITov7zXMIH06PQbdIQXebXU0/g057OhkN55CNjaFujKQrVjDoYB4FvY/i4zBItwHbPQIwFcIHGeIeDcEeWKHbP7+m8O3zB7nZfD8tlyeQU4CyLaaGDNwvMxCTGDTpIQ6ifrFYFGKQN/nuu8Vi4pys+FcwIcCb0UjKI+AeHU0wWIezfxIxTT5IUv+WMtbplb6PW4rpTgsxm/h1ZjTxpxADht62ohaj9ck6MvSiFlVq2yp1qSiER3eNjoftVkRnRC22uVmmuqq2vfVhqrejdWGqrlmJa+m0bEz2Hy/nptqZxVglTZ8BH4rGCyQH3JE5kkOkVsIrOH1ztoQfZcC13KQiMuTnqV8tXi0ezcqhX8h4eHIMmWG23N4Y2KXlfn40bQ7+msTTdMmFVNHpsDnjbbk8DUqH7jBy3W+tMOOl7Hyfg0Qx/3i7M8jPvy+Txpo6m7bPWj88CKuCzueTL8pnD311cpzaQ9lhiJRmJK1grUMPco+YMtEHJlQIoxWSTw5mvfZg3+UV+C0jwrOSRcnO2Y3GlQ59bEplh0rlbbfXxtimGqSmaobw1dHhLx/evz48eHd89Ob92ZuDZ+WiDDchkWfrDpL2zpEe/fcf8k/Sk+/pfeLbu8fD/68M//Erw+zugDehGo3UxP2WbLGdJ8+5SHTz6wUGfqvL8+NcbLeN9PjBmWnivz9FdBtRn1/ejRu+mwrRo2zRpWF1hRu2tlI4hjSXTOQDfPEtgHv0diSe/HrG3fUPIRGhRg==
+sidebar_class_name: "post api-method"
+info_path: docs/apis-tools/camunda-api-rest/specifications/camunda-8-rest-api
+custom_edit_url: null
+hide_send_button: true
+---
+
+import ApiTabs from "@theme/ApiTabs";
+import DiscriminatorTabs from "@theme/DiscriminatorTabs";
+import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
+import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
+import MimeTabs from "@theme/MimeTabs";
+import ParamsItem from "@theme/ParamsItem";
+import ResponseSamples from "@theme/ResponseSamples";
+import SchemaItem from "@theme/SchemaItem";
+import SchemaTabs from "@theme/SchemaTabs";
+import Markdown from "@theme/Markdown";
+import OperationTabs from "@theme/OperationTabs";
+import TabItem from "@theme/TabItem";
+
+
Reset internal clock (alpha)
+
+
+
+Resets the Zeebe engine’s internal clock to the current system time, enabling it to tick in real-time.
+This operation is useful for returning the clock to
+normal behavior after it has been pinned to a specific time.
+
+:::note
+This endpoint is an [alpha feature](/reference/alpha-features.md) and may be subject to change
+in future releases.
+
+## Request
+
+
+
+The clock was successfully reset to the system time.
+
+
+
+An internal error occurred while processing the request.
+
+
Schema
= 400` and `<= 600`"} schema={{"type":"integer","format":"int32","description":"The HTTP status code for this problem.","minimum":400,"maximum":600}}>
diff --git a/docs/apis-tools/camunda-api-rest/specifications/sidebar.js b/docs/apis-tools/camunda-api-rest/specifications/sidebar.js
index c3344584a71..5aae0ea5757 100644
--- a/docs/apis-tools/camunda-api-rest/specifications/sidebar.js
+++ b/docs/apis-tools/camunda-api-rest/specifications/sidebar.js
@@ -75,10 +75,16 @@ module.exports = [
},
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/query-incident-experimental",
- label: "Query incident (experimental)",
+ 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/get-incident-by-key-alpha",
+ label: "Get incident by key (alpha)",
+ className: "api-method get",
+ },
],
},
{
@@ -111,58 +117,98 @@ module.exports = [
},
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/query-user-tasks-experimental",
- label: "Query user tasks (experimental)",
+ id: "apis-tools/camunda-api-rest/specifications/query-user-tasks-alpha",
+ label: "Query user tasks (alpha)",
className: "api-method post",
},
],
},
{
type: "category",
- label: "Administration",
+ label: "Clock",
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/pin-the-zeebe-engines-internal-clock-to-a-specific-time-experimental",
- label:
- "Pin the Zeebe engine’s internal clock to a specific time (experimental)",
+ 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: "Clock control",
+ label: "Process instance",
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/pin-the-zeebe-engines-internal-clock-to-a-specific-time-experimental",
- label:
- "Pin the Zeebe engine’s internal clock to a specific time (experimental)",
+ 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)",
+ className: "api-method post",
+ },
+ {
+ type: "doc",
+ 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/migrate-process-instance",
+ label: "Migrate process instance",
+ className: "api-method post",
+ },
+ {
+ type: "doc",
+ id: "apis-tools/camunda-api-rest/specifications/modify-process-instance",
+ label: "Modify process instance",
className: "api-method post",
},
],
},
{
type: "category",
- label: "Process Instance",
+ label: "Flow node Instance",
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/query-process-instances-experimental",
- label: "Query process instances (experimental)",
+ 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: "Decision Definition",
+ label: "Decision definition",
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/query-decision-definitions-experimental",
- label: "Query decision definitions (experimental)",
+ 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/get-decision-definition-xml-alpha",
+ label: "Get decision definition XML (alpha)",
+ className: "api-method get",
+ },
+ {
+ type: "doc",
+ id: "apis-tools/camunda-api-rest/specifications/evaluate-decision",
+ label: "Evaluate decision",
className: "api-method post",
},
],
@@ -173,80 +219,122 @@ module.exports = [
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/query-decision-requirements-experimental",
- label: "Query decision requirements (experimental)",
+ id: "apis-tools/camunda-api-rest/specifications/query-decision-requirements-alpha",
+ label: "Query decision requirements (alpha)",
className: "api-method post",
},
],
},
{
type: "category",
- label: "Authorization",
+ label: "Decision instance",
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/create-authorization",
- label: "Create an authorization",
+ id: "apis-tools/camunda-api-rest/specifications/query-decision-instances-alpha",
+ label: "Query decision instances (alpha)",
className: "api-method post",
},
],
},
{
type: "category",
- label: "User",
+ label: "Message",
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/create-user",
- label: "Create a user",
+ id: "apis-tools/camunda-api-rest/specifications/publish-a-message",
+ label: "Publish a message",
className: "api-method post",
},
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/find-all-users",
- label: "Get list of users",
+ id: "apis-tools/camunda-api-rest/specifications/correlate-a-message",
+ label: "Correlate a message",
className: "api-method post",
},
],
},
{
type: "category",
- label: "Message",
+ label: "Documents",
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/correlate-a-message",
- label: "Correlate a message",
+ 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/download-document-alpha",
+ label: "Download document (alpha)",
+ className: "api-method get",
+ },
+ {
+ type: "doc",
+ 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/create-document-link-alpha",
+ label: "Create document link (alpha)",
className: "api-method post",
},
],
},
{
type: "category",
- label: "Documents",
+ label: "User",
items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/upload-document-experimental",
- label: "Upload document (experimental)",
+ id: "apis-tools/camunda-api-rest/specifications/find-all-users",
+ label: "Query users (alpha)",
className: "api-method post",
},
+ ],
+ },
+ {
+ type: "category",
+ label: "Resource",
+ items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/download-document-experimental",
- label: "Download document (experimental)",
- className: "api-method get",
+ id: "apis-tools/camunda-api-rest/specifications/deploy-resources",
+ label: "Deploy resources",
+ className: "api-method post",
},
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/delete-document-experimental",
- label: "Delete document (experimental)",
- className: "api-method delete",
+ id: "apis-tools/camunda-api-rest/specifications/delete-resource",
+ label: "Delete resource",
+ className: "api-method post",
},
+ ],
+ },
+ {
+ type: "category",
+ label: "Element instance",
+ items: [
+ {
+ type: "doc",
+ id: "apis-tools/camunda-api-rest/specifications/update-element-instance-variables",
+ label: "Update element instance variables",
+ className: "api-method post",
+ },
+ ],
+ },
+ {
+ type: "category",
+ label: "Signal",
+ items: [
{
type: "doc",
- id: "apis-tools/camunda-api-rest/specifications/create-document-link-experimental",
- label: "Create document link (experimental)",
+ id: "apis-tools/camunda-api-rest/specifications/broadcast-signal",
+ label: "Broadcast signal",
className: "api-method post",
},
],
diff --git a/docs/apis-tools/camunda-api-rest/specifications/update-a-job.api.mdx b/docs/apis-tools/camunda-api-rest/specifications/update-a-job.api.mdx
index 09a0c2c2120..a2e48664100 100644
--- a/docs/apis-tools/camunda-api-rest/specifications/update-a-job.api.mdx
+++ b/docs/apis-tools/camunda-api-rest/specifications/update-a-job.api.mdx
@@ -5,7 +5,7 @@ description: "Update a job with the given key."
sidebar_label: "Update a job"
hide_title: true
hide_table_of_contents: true
-api: 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
+api: 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
sidebar_class_name: "patch api-method"
info_path: docs/apis-tools/camunda-api-rest/specifications/camunda-8-rest-api
custom_edit_url: null
@@ -47,7 +47,7 @@ Providing any of those attributes with a null value or omitting it preserves the
The job cannot be completed or failed with this endpoint, use the complete job or fail job endpoints instead.
-