Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
samzhou2 committed Oct 21, 2024
1 parent f49adf7 commit eb9f3e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Organization Management
= TigerGraph Cloud 4 API Key
:experimental:

As an organization administrator, you have access to organization management features that allow you to configure organization settings.
Expand Down
6 changes: 3 additions & 3 deletions modules/cloud4/modules/rest-api/pages/resources.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
= REST API Resources
:experimental:

This document provides a comprehensive reference for interacting with the TigerGraph Cloud services programmatically. You can manage workspaces, users, and other resources through these APIs.

:toc:
:toc:
:toclevels:2

== Workspace Management

Expand Down Expand Up @@ -61,3 +60,4 @@ List all workspaces.
```bash
curl -X GET "https://<your-tigergraph-cloud-instance>/api/workspaces" \
-H "Authorization: Bearer <your-api-key>"
```

0 comments on commit eb9f3e3

Please sign in to comment.