From 4e295f8834da7a08a9de65279f33955ba7d806e2 Mon Sep 17 00:00:00 2001 From: Ricardo Correia <87548049+ricardoaerobr@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:44:48 -0300 Subject: [PATCH] Update navigation.json --- public/navigation.json | 71 +++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 32 deletions(-) diff --git a/public/navigation.json b/public/navigation.json index fda52a1d3..7d049690c 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -4721,7 +4721,7 @@ "type": "openapi", "children": [ { - "name": "Gift Card", + "name": "Gift cards", "slug": "giftcard-api-gift-card", "type": "category", "children": [ @@ -4755,7 +4755,7 @@ ] }, { - "name": "Transaction", + "name": "Transactions", "slug": "giftcard-api-transaction", "type": "category", "children": [ @@ -4842,7 +4842,7 @@ "type": "openapi", "children": [ { - "name": "Gift Cards", + "name": "Gift cards", "slug": "giftcard-provider-protocol-gift-cards", "type": "category", "children": [ @@ -4963,80 +4963,87 @@ "type": "openapi", "children": [ { - "name": "Provider", - "slug": "giftcard-hub-api-provider", + "name": "Gift cards", + "slug": "giftcard-hub-api-giftcards", "type": "category", "children": [ { - "name": "Create/Update GiftCard Provider by ID", + "name": "Create GiftCard in GiftCard Provider", "slug": "giftcard-hub-api", "type": "openapi", - "method": "PUT", + "method": "POST", "origin": "", - "endpoint": "/api/giftcardproviders/-giftCardProviderId-", + "endpoint": "/api/giftcardproviders/-giftCardProviderId-/giftcards", "children": [] }, { - "name": "Get GiftCard Provider by ID", + "name": "Get GiftCard from GiftCard Provider", "slug": "giftcard-hub-api", "type": "openapi", - "method": "GET", + "method": "POST", "origin": "", - "endpoint": "/api/giftcardproviders/-giftCardProviderId-", + "endpoint": "/api/giftcardproviders/-giftCardProviderId-/giftcards/_search", "children": [] }, { - "name": "List All GiftCard Providers", + "name": "Get GiftCard from GiftCard Provider by ID", "slug": "giftcard-hub-api", "type": "openapi", "method": "GET", "origin": "", - "endpoint": "/api/giftcardproviders", - "children": [] - }, - { - "name": "Delete GiftCard Provider by ID", - "slug": "giftcard-hub-api", - "type": "openapi", - "method": "DELETE", - "origin": "", - "endpoint": "/api/giftcardproviders/-giftCardProviderId-", + "endpoint": "/api/giftcardproviders/-giftCardProviderId-/giftcards/-giftCardId-", "children": [] } ] }, { - "name": "Transaction", - "slug": "giftcard-hub-api-transaction", + "name": "Providers", + "slug": "giftcard-hub-api-provider", "type": "category", "children": [ { - "name": "Create GiftCard in GiftCard Provider", + "name": "Create/Update GiftCard Provider by ID", "slug": "giftcard-hub-api", "type": "openapi", - "method": "POST", + "method": "PUT", "origin": "", - "endpoint": "/api/giftcardproviders/-giftCardProviderId-/giftcards", + "endpoint": "/api/giftcardproviders/-giftCardProviderId-", "children": [] }, { - "name": "Get GiftCard from GiftCard Provider", + "name": "Get GiftCard Provider by ID", "slug": "giftcard-hub-api", "type": "openapi", - "method": "POST", + "method": "GET", "origin": "", - "endpoint": "/api/giftcardproviders/-giftCardProviderId-/giftcards/_search", + "endpoint": "/api/giftcardproviders/-giftCardProviderId-", "children": [] }, { - "name": "Get GiftCard from GiftCard Provider by ID", + "name": "List All GiftCard Providers", "slug": "giftcard-hub-api", "type": "openapi", "method": "GET", "origin": "", - "endpoint": "/api/giftcardproviders/-giftCardProviderId-/giftcards/-giftCardId-", + "endpoint": "/api/giftcardproviders", "children": [] }, + { + "name": "Delete GiftCard Provider by ID", + "slug": "giftcard-hub-api", + "type": "openapi", + "method": "DELETE", + "origin": "", + "endpoint": "/api/giftcardproviders/-giftCardProviderId-", + "children": [] + } + ] + }, + { + "name": "Transactions", + "slug": "giftcard-hub-api-transaction", + "type": "category", + "children": [ { "name": "Create GiftCard Transaction", "slug": "giftcard-hub-api",