Skip to content

Commit

Permalink
Update example format
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyanahmed authored Jun 11, 2024
1 parent 1a487e5 commit b8419da
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ source: |-
app_id = "123e4567-e89b-12d3-a456-426614174000"
component_name = "database"
req = {
"enable": True
}
req = {
"enable": True
}
toggle_resp = client.apps.toggle_database_trusted_source(app_id=app_id, component_name=component_name, body=req)
toggle_resp = client.apps.toggle_database_trusted_source(app_id=app_id, component_name=component_name, body=req)
print(toggle_resp)

0 comments on commit b8419da

Please sign in to comment.