Skip to content

Commit

Permalink
Add files to api-docs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Jan 11, 2023
1 parent cbfd35e commit c0f0d69
Show file tree
Hide file tree
Showing 7 changed files with 1,712 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/secrets/create.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Create"
openapi: "POST /api/v2/secrets/"
---
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/secrets/delete.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v2/secrets/"
---
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/secrets/read.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Read"
openapi: "GET /api/v2/secrets/"
---
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/secrets/update.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v2/secrets/"
---
3 changes: 3 additions & 0 deletions docs/api-reference/overview/authentication.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Authentication"
---
3 changes: 3 additions & 0 deletions docs/api-reference/overview/introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Introduction"
---
Loading

0 comments on commit c0f0d69

Please sign in to comment.