From a4a6949c82d29348fb40ba30da2f6bc35a090b9a Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Tue, 26 Nov 2024 13:12:38 +0530 Subject: [PATCH] Remove TODO and other minor correction --- source/includes/_aviate-catalog-apis.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/includes/_aviate-catalog-apis.md b/source/includes/_aviate-catalog-apis.md index efbf619d..8c9cc58a 100644 --- a/source/includes/_aviate-catalog-apis.md +++ b/source/includes/_aviate-catalog-apis.md @@ -10,12 +10,14 @@ Each of the aviate plugin endpoints below require specifying the standard Kill B The Kill Bill system will retrieve such entries from the plugin each time there is a need to access the catalog for a particular tenant. If there are per-account entries, only these entries will be returned for the matching account. -//TODO - mention ID_TOKEN here? - ### Idempotency Product, plan, and pricelist resources are uniquely identified by the tuple {tenantId, name}. If such a resource was created with or without an accountId, retrying the create call will be idempotent. If the call is however retried with a different accountId (or lackthereof) it will fail with a validation error. +### Catalog Retrieval/KB Catalog APIs + +At the time of writing, the aviate catalog plugin does not expose any endpoints for catalog retrieval. Instead, the catalog can be retrieved via the [KB Catalog APIs](https://killbill.github.io/slate/catalog.html#catalog-2). + ## Models This section lists the models used by the Catalog APIs