Skip to content

Commit

Permalink
feat: new slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaMorard committed Feb 6, 2025
1 parent 5b2fcd5 commit 2284d14
Show file tree
Hide file tree
Showing 16 changed files with 1,282 additions and 180 deletions.
9 changes: 9 additions & 0 deletions api-reference/components/get-by-slug.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 'Retrieve a Component by slug'
openapi: 'GET /v1/components/{orgSlug}/{componentSlug}'
---


import EdgeeSdk from '/snippets/edgee-sdk.mdx';

<EdgeeSdk />
9 changes: 9 additions & 0 deletions api-reference/components/update-by-slug.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 'Update a Component by slug'
openapi: 'PUT /v1/components/{orgSlug}/{componentSlug}'
---


import EdgeeSdk from '/snippets/edgee-sdk.mdx';

<EdgeeSdk />
9 changes: 9 additions & 0 deletions api-reference/components/update.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 'Update a Component'
openapi: 'PUT /v1/components/{id}'
---


import EdgeeSdk from '/snippets/edgee-sdk.mdx';

<EdgeeSdk />
Loading

0 comments on commit 2284d14

Please sign in to comment.