Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove migration guide for C8 API from 8.7 #5155

Merged
merged 3 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

4 changes: 0 additions & 4 deletions versioned_docs/version-8.7/apis-tools/operate-api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ slug: /apis-tools/operate-api/overview
description: "Operate API is a REST API and provides searching, getting, and changing Operate data. Requests and responses are in JSON."
---

:::note
To migrate from Camunda's V1 component REST APIs to the V2 [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md), review [migrating to the Camunda 8 API](/apis-tools/migration-manuals/migrate-to-camunda-api.md).
:::

Operate API is a REST API and provides searching, getting, and changing Operate data.
Requests and responses are in JSON notation. Some objects have additional endpoints.
For example, `process-definitions` has an endpoint to get the process-definition as XML representation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ sidebar_position: 1
description: "Build applications for human-centered processes by querying user tasks, assigning users, and completing tasks with the Tasklist API."
---

:::note
To migrate from Camunda's V1 component REST APIs to the V2 [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md), review [migrating to the Camunda 8 API](/apis-tools/migration-manuals/migrate-to-camunda-api.md).
:::

## Introduction

The Tasklist API is a REST API designed to build task applications for human-centered processes. The API allows you to query user tasks, assign users to these tasks, and complete these tasks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ Other components in Camunda 8, such as [Tasklist API (GraphQL)](../apis-tools/ta

## Learn about Camunda Components and their APIs

:::note
To migrate from Camunda's V1 component REST APIs to the V2 [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md), review [migrating to the Camunda 8 API](/apis-tools/migration-manuals/migrate-to-camunda-api.md).
:::

Camunda 8 components have APIs to enable polyglot developers to work with in their programming language of choice. Below are links to available component APIs.

![Architecture diagram for Camunda including all the components for SaaS](./img/ComponentsAndArchitecture_SaaS.png)
Expand Down
3 changes: 1 addition & 2 deletions versioned_sidebars/version-8.7-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1829,8 +1829,7 @@
},
{
"Migration manuals": [
"apis-tools/migration-manuals/migrate-to-camunda-user-tasks",
"apis-tools/migration-manuals/migrate-to-camunda-api"
"apis-tools/migration-manuals/migrate-to-camunda-user-tasks"
]
}
],
Expand Down
Loading