Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Oct 8, 2024
1 parent 459fa3d commit 62180bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/griptape-cloud/rules/rulesets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ A [Ruleset can be created](https://cloud.griptape.ai/rulesets/create) to store s
```bash
export GT_CLOUD_API_KEY=<your API key here>
export ALIAS=<your ruleset alias>
curl -H "Authorization: Bearer ${GT_CLOUD_API_KEY}" https://cloud.griptape.ai/rulesets?alias=${ALIAS}
curl -H "Authorization: Bearer ${GT_CLOUD_API_KEY}" https://cloud.griptape.ai/api/rulesets?alias=${ALIAS}
```
2 changes: 1 addition & 1 deletion docs/griptape-cloud/threads/threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ A Thread can be given an `alias` so it can be referenced by a user-provided uniq
```bash
export GT_CLOUD_API_KEY=<your API key here>
export ALIAS=<your thread alias>
curl -H "Authorization: Bearer ${GT_CLOUD_API_KEY}" https://cloud.griptape.ai/threads?alias=${ALIAS}
curl -H "Authorization: Bearer ${GT_CLOUD_API_KEY}" https://cloud.griptape.ai/api/threads?alias=${ALIAS}
```

0 comments on commit 62180bb

Please sign in to comment.