Skip to content

Commit

Permalink
get app
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Oct 23, 2024
1 parent e6dcd14 commit d4058e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ client.update_app(multi_tenant_enabled=True)
<TabItem value="go" label="Golang">

```go
res, _ := client.GetApp(ctx)
res, _ := client.GetApp(ctx, &GetAppRequest{})
fmt.Println(res.Data.App.MultiTenantEnabled)

// enables teams
Expand Down

0 comments on commit d4058e7

Please sign in to comment.