Skip to content

Commit

Permalink
feedback: sync tab sections to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Aug 22, 2024
1 parent dc40991 commit 776a197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apis-tools/operate-api/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All Operate REST API requests require authentication. To authenticate, generate

## Generating a token

<Tabs groupId="authentication" defaultValue="saas" queryString values={
<Tabs groupId="environment" defaultValue="saas" queryString values={
[
{label: 'SaaS', value: 'saas' },
{label: 'Self-Managed', value: 'self-managed' },
Expand Down Expand Up @@ -93,7 +93,7 @@ Include the captured token as an authorization header in each request: `Authoriz

For example, to call the Operate REST API's ["Search process instances" endpoint](./specifications/search-1.api.mdx), send the following request against the target Operate environment:

<Tabs groupId="using-a-token" defaultValue="saas" queryString values={
<Tabs groupId="environment" defaultValue="saas" queryString values={
[
{label: 'SaaS', value: 'saas' },
{label: 'Self-Managed', value: 'self-managed' },
Expand Down

0 comments on commit 776a197

Please sign in to comment.