Skip to content

Commit

Permalink
Fix code examples for image actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla committed Sep 10, 2024
1 parent 6fddf79 commit 92c286b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source: |-
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
resp = client.image_actions.get(image_id="fd9391a")
resp = client.image_actions.get(action_id=36805527, image_id=7938269)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source: |-
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
resp = client.image_actions.list()
resp = client.image_actions.list(image_id=7938269)

0 comments on commit 92c286b

Please sign in to comment.