Skip to content

Commit 5a7ac57

Browse files
committed
Move billing page to uplink
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent f08bd61 commit 5a7ac57

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

docs/reference/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ Learn how to set up the inlets-operator for Kubernetes, which provisions public
1212

1313
* [inlets-operator reference](/reference/inlets-operator/)
1414

15-
## Billing Management API
16-
17-
Learn how approved customers can update subscription quantities through the Billing Management API.
18-
19-
* [Billing Management API reference](/reference/billing-management-api/)
20-
2115
## GitHub repositories
2216

2317
* [inlets-pro](https://github.com/inlets/inlets-pro)
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The API returns the billable quantity after applying the current subscription po
145145

146146
## Fetch license entitlement
147147

148-
Inlets Uplink can use the license entitlement endpoint to fetch the tunnel limit for a license key. This endpoint is authenticated by the inlets Pro or Inlets Uplink license key, not by the billing API key.
148+
Inlets Uplink can use the license entitlement endpoint to fetch the tunnel limit and subscription identity for a license key. This endpoint is authenticated by the inlets Pro or Inlets Uplink license key, not by the billing API key.
149149

150150
```http
151151
GET /v1/license/inlets/entitlement
@@ -165,11 +165,9 @@ Response:
165165
},
166166
"subscription": {
167167
"product_name": "Inlets Uplink",
168-
"variant_name": "Provider"
169-
},
170-
"policy": {
171-
"included_quantity": 10,
172-
"quantity_step": 5
168+
"variant_name": "Provider",
169+
"customer_name": "Example Ltd",
170+
"customer_email": "ops@example.com"
173171
}
174172
}
175173
```

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ nav:
130130
- Manage tunnels: uplink/manage-tunnels.md
131131
- Monitor tunnels: uplink/monitoring-tunnels.md
132132
- REST API: uplink/rest-api.md
133+
- Billing Management API: uplink/billing-management-api.md
133134
- Troubleshooting: uplink/troubleshooting.md
134135
- Tutorials:
135136
- Remote cluster management with ArgoCD: uplink/tutorials/argo-cd.md
@@ -142,7 +143,6 @@ nav:
142143
- Overview: reference/index.md
143144
- Inlets Operator: reference/inlets-operator.md
144145
- inletsctl: reference/inletsctl.md
145-
- Billing Management API: reference/billing-management-api.md
146146

147147
extra:
148148
analytics:

0 commit comments

Comments
 (0)