diff options
Diffstat (limited to 'packages/docs/api-reference')
| -rw-r--r-- | packages/docs/api-reference/endpoint/create.mdx | 4 | ||||
| -rw-r--r-- | packages/docs/api-reference/endpoint/delete.mdx | 4 | ||||
| -rw-r--r-- | packages/docs/api-reference/endpoint/get.mdx | 4 | ||||
| -rw-r--r-- | packages/docs/api-reference/endpoint/webhook.mdx | 4 | ||||
| -rw-r--r-- | packages/docs/api-reference/introduction.mdx | 8 |
5 files changed, 12 insertions, 12 deletions
diff --git a/packages/docs/api-reference/endpoint/create.mdx b/packages/docs/api-reference/endpoint/create.mdx index 5689f1b65..f09fb6411 100644 --- a/packages/docs/api-reference/endpoint/create.mdx +++ b/packages/docs/api-reference/endpoint/create.mdx @@ -1,4 +1,4 @@ --- -title: 'Create Plant' -openapi: 'POST /plants' +title: "Create Plant" +openapi: "POST /plants" --- diff --git a/packages/docs/api-reference/endpoint/delete.mdx b/packages/docs/api-reference/endpoint/delete.mdx index 657dfc871..db46bde6e 100644 --- a/packages/docs/api-reference/endpoint/delete.mdx +++ b/packages/docs/api-reference/endpoint/delete.mdx @@ -1,4 +1,4 @@ --- -title: 'Delete Plant' -openapi: 'DELETE /plants/{id}' +title: "Delete Plant" +openapi: "DELETE /plants/{id}" --- diff --git a/packages/docs/api-reference/endpoint/get.mdx b/packages/docs/api-reference/endpoint/get.mdx index 56aa09ec1..f7c31f092 100644 --- a/packages/docs/api-reference/endpoint/get.mdx +++ b/packages/docs/api-reference/endpoint/get.mdx @@ -1,4 +1,4 @@ --- -title: 'Get Plants' -openapi: 'GET /plants' +title: "Get Plants" +openapi: "GET /plants" --- diff --git a/packages/docs/api-reference/endpoint/webhook.mdx b/packages/docs/api-reference/endpoint/webhook.mdx index 329134020..e80fc67eb 100644 --- a/packages/docs/api-reference/endpoint/webhook.mdx +++ b/packages/docs/api-reference/endpoint/webhook.mdx @@ -1,4 +1,4 @@ --- -title: 'New Plant' -openapi: 'WEBHOOK /plant/webhook' +title: "New Plant" +openapi: "WEBHOOK /plant/webhook" --- diff --git a/packages/docs/api-reference/introduction.mdx b/packages/docs/api-reference/introduction.mdx index c835b78b5..150f32e75 100644 --- a/packages/docs/api-reference/introduction.mdx +++ b/packages/docs/api-reference/introduction.mdx @@ -1,11 +1,11 @@ --- -title: 'Introduction' -description: 'Example section for showcasing API endpoints' +title: "Introduction" +description: "Example section for showcasing API endpoints" --- <Note> - If you're not looking to build API reference documentation, you can delete - this section by removing the api-reference folder. + If you're not looking to build API reference documentation, you can delete this section by removing the api-reference + folder. </Note> ## Welcome |
