Skip to content

Commit

Permalink
Update navigation.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoaerobr authored Jan 12, 2024
1 parent 59a3204 commit 4e295f8
Showing 1 changed file with 39 additions and 32 deletions.
71 changes: 39 additions & 32 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -4721,7 +4721,7 @@
"type": "openapi",
"children": [
{
"name": "Gift Card",
"name": "Gift cards",
"slug": "giftcard-api-gift-card",
"type": "category",
"children": [
Expand Down Expand Up @@ -4755,7 +4755,7 @@
]
},
{
"name": "Transaction",
"name": "Transactions",
"slug": "giftcard-api-transaction",
"type": "category",
"children": [
Expand Down Expand Up @@ -4842,7 +4842,7 @@
"type": "openapi",
"children": [
{
"name": "Gift Cards",
"name": "Gift cards",
"slug": "giftcard-provider-protocol-gift-cards",
"type": "category",
"children": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4e295f8

Please sign in to comment.