docs: adds laravel forge API

This commit is contained in:
Piyush Gupta
2025-10-13 23:12:56 +05:30
parent 91923f7670
commit 6d52a58b66
9 changed files with 446 additions and 82 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Available"
openapi: "GET /api/v1/app-connections/laravel-forge/available"
---

View File

@@ -0,0 +1,10 @@
---
title: "Create"
openapi: "POST /api/v1/app-connections/laravel-forge/"
---
<Note>
Check out the configuration docs for [Laravel Forge
Connections](/integrations/app-connections/laravel-forge) to learn how to
obtain the required credentials.
</Note>

View File

@@ -0,0 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/app-connections/laravel-forge/{connectionId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get by ID"
openapi: "GET /api/v1/app-connections/laravel-forge/{connectionId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get by Name"
openapi: "GET /api/v1/app-connections/laravel-forge/connection-name/{connectionName}"
---

View File

@@ -0,0 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/app-connections/laravel-forge/"
---

View File

@@ -0,0 +1,10 @@
---
title: "Update"
openapi: "PATCH /api/v1/app-connections/laravel-forge/{connectionId}"
---
<Note>
Check out the configuration docs for [Laravel Forge
Connections](/integrations/app-connections/laravel-forge) to learn how to
obtain the required credentials.
</Note>