Skip to content

Commit

Permalink
EDU-18812 Fixed sidebar Buyer organizations (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
geisecosta authored Jun 20, 2024
1 parent da2a243 commit bbfe59f
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2377,6 +2377,57 @@
}
]
},
{
"name": "Buyer organizations",
"slug": "buyer-organizations",
"origin": "",
"type": "openapi",
"children": [
{
"name": "Bulk Import",
"slug": "bulk-import",
"type": "category",
"children": [
{
"name": "Upload file",
"slug": "buyer-organizations",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/b2b/import/buyer-orgs",
"children": []
},
{
"name": "Check progress",
"slug": "buyer-organizations",
"type": "openapi",
"method": "GET",
"origin": "",
"endpoint": "/api/b2b/import/buyer-orgs/-importId-",
"children": []
},
{
"name": "Start import",
"slug": "buyer-organizations",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/b2b/import/buyer-orgs/-importId-",
"children": []
},
{
"name": "Validate file",
"slug": "buyer-organizations",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/b2b/import/buyer-orgs/validate/-importId-",
"children": []
}
]
}
]
},
{
"name": "Legacy CMS Portal API",
"slug": "legacy-cms-portal-api",
Expand Down Expand Up @@ -8664,57 +8715,6 @@
}
]
},
{
"name": "Buyer organizations",
"slug": "buyer-organizations",
"origin": "",
"type": "openapi",
"children": [
{
"name": "Bulk Import",
"slug": "bulk-import",
"type": "category",
"children": [
{
"name": "Uploading a file",
"slug": "buyer-organizations",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/b2b/import/buyer-orgs",
"children": []
},
{
"name": "Check progress",
"slug": "buyer-organizations",
"type": "openapi",
"method": "GET",
"origin": "",
"endpoint": "/api/b2b/import/buyer-orgs/-importId-",
"children": []
},
{
"name": "Start the import",
"slug": "buyer-organizations",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/b2b/import/buyer-orgs/-importId-",
"children": []
},
{
"name": "Validate the file",
"slug": "buyer-organizations",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/b2b/import/buyer-orgs/validate/-importId-",
"children": []
}
]
}
]
},
{
"name": "Pricing Hub",
"slug": "pricing-hub",
Expand Down

0 comments on commit bbfe59f

Please sign in to comment.