Skip to content

Commit

Permalink
remove comments about fake location IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT committed Sep 13, 2023
1 parent f0acac3 commit f1bdcb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/program/apis/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ Delete a {{< glossary_tooltip term_id="location" text="location" >}}.
- None

```python {class="line-numbers linkable-line-numbers"}
# Replace string with a valid location ID
await cloud.delete_location(location_id="abc12abcde")
```

Expand Down Expand Up @@ -374,7 +373,6 @@ Defaults to the location ID provided at `AppClient` instantiation.
- [(viam.proto.app.LocationAuth)](https://python.viam.dev/autoapi/viam/gen/app/v1/app_pb2/index.html#viam.gen.app.v1.app_pb2.LocationAuth): The `LocationAuth` containing location secrets and secret IDs.

```python {class="line-numbers linkable-line-numbers"}
# Replace string with a valid location ID
loc_auth = await cloud.location_auth(location_id="123xy12345")
```

Expand Down Expand Up @@ -434,7 +432,6 @@ Delete a location secret.
- [(string)](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str):

```python {class="line-numbers linkable-line-numbers"}
# Replace string with a valid secret ID
await cloud.delete_location_secret(secret_id="abcd123-456-7890ab-cxyz98-989898xyzxyz")
```

Expand Down Expand Up @@ -463,7 +460,6 @@ Get a robot by its ID.
- [(string)](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str): The robot.

```python {class="line-numbers linkable-line-numbers"}
# Replace string with a valid robot ID
robot = await cloud.get_robot(robot_id="1a123456-x1yz-0ab0-a12xyzabc")
```

Expand Down

0 comments on commit f1bdcb9

Please sign in to comment.