Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud: small fix for iam and msp #16182

Merged
merged 3 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,15 @@
- [Billing from AWS or GCP Marketplace](/tidb-cloud/tidb-cloud-billing.md#billing-from-aws-marketplace-or-google-cloud-marketplace)
- [Billing for Changefeed](/tidb-cloud/tidb-cloud-billing-ticdc-rcu.md)
- [Billing for Data Migration](/tidb-cloud/tidb-cloud-billing-dm.md)
- Managed Service Provider
- Managed Service Provider Program
- [Managed Service Provider](/tidb-cloud/managed-service-provider.md)
- [MSP Customer](/tidb-cloud/managed-service-provider-customer.md)
- API
- [API Overview](/tidb-cloud/api-overview.md)
- API Reference
- v1beta1
- [API Key](https://docs.pingcap.com/tidbcloud/api/v1beta1/apikey)
- [Billing](https://docs.pingcap.com/tidbcloud/api/v1beta1/billing)
- [IAM](https://docs.pingcap.com/tidbcloud/api/v1beta1/apikey)
- [MSP](https://docs.pingcap.com/tidbcloud/api/msp/v1beta1)
- [v1beta](https://docs.pingcap.com/tidbcloud/api/v1beta)
- Integrations
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/api-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ To start using TiDB Cloud API, refer to the following resources in TiDB Cloud AP
- [Rate Limiting](https://docs.pingcap.com/tidbcloud/api/v1beta#section/Rate-Limiting)
- API Full References
- v1beta1
- [API Key](https://docs.pingcap.com/tidbcloud/api/v1beta1/apikey)
- [Billing](https://docs.pingcap.com/tidbcloud/api/v1beta1/billing)
- [IAM](https://docs.pingcap.com/tidbcloud/api/v1beta1/apikey)
- [MSP](https://docs.pingcap.com/tidbcloud/api/msp/v1beta1)
- [v1beta](https://docs.pingcap.com/tidbcloud/api/v1beta#tag/Project)
- [Changelog](https://docs.pingcap.com/tidbcloud/api/v1beta#section/API-Changelog)
Loading