Skip to content

Commit

Permalink
tenant corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Oct 13, 2023
1 parent 77256fc commit c821bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/includes/_tenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ tenant = KillBillClient::Model::Tenant.find_by_id(tenant_id, options)

```python
tenantApi = killbill.api.TenantApi()

tenant = tenantApi.get_tenant(tenant_id='1a723c1a-9287-459f-9e40-eca9f0fd213e')
```

Expand Down Expand Up @@ -239,6 +240,7 @@ tenant = KillBillClient::Model::Tenant.find_by_api_key(api_key, options)

```python
tenantApi = killbill.api.TenantApi()

tenant = tenantApi.get_tenant_by_api_key(api_key='bob')
```

Expand Down Expand Up @@ -892,6 +894,7 @@ TODO

```python
tenantApi = killbill.api.TenantApi()

body = '{"org.killbill.invoice.sanitySafetyBoundEnabled":"false"}'

tenantApi.upload_per_tenant_configuration(body, created_by='demo')
Expand Down

0 comments on commit c821bbc

Please sign in to comment.