Skip to content

Commit

Permalink
fix(docs): Fix broken pages in API reference (#6507)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuthaDev authored Nov 8, 2024
1 parent 860a57a commit 21d3071
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api-reference/api-reference/api-key/api-key--create.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /api_keys/{merchant_id)
openapi: post /api_keys/{merchant_id}
---
2 changes: 1 addition & 1 deletion api-reference/api-reference/api-key/api-key--revoke.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: delete /api_keys/{merchant_id)/{key_id}
openapi: delete /api_keys/{merchant_id}/{key_id}
---
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: post /routing/{algorithm_id}/activate
openapi: post /routing/{routing_algorithm_id}/activate
---
2 changes: 1 addition & 1 deletion api-reference/api-reference/routing/routing--retrieve.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /routing/{algorithm_id}
openapi: get /routing/{routing_algorithm_id}
---

0 comments on commit 21d3071

Please sign in to comment.