chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "Get latest deployment"
|
||||
openapi: "v3-openapi GET /api/v1/deployments/latest"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
This endpoint only returns **unmanaged** deployments, which are used in self-hosted setups. It
|
||||
will return `404` for standard CLI deployments made against Trigger.dev Cloud.
|
||||
|
||||
If you're using the CLI to deploy, use the [list deployments](/management/deployments/list) endpoint instead.
|
||||
</Warning>
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "List deployments"
|
||||
description: "List all deployments for the authenticated environment, ordered by most recent first."
|
||||
openapi: "v3-openapi GET /api/v1/deployments"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Promote deployment"
|
||||
openapi: "v3-openapi POST /api/v1/deployments/{version}/promote"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get deployment"
|
||||
openapi: "v3-openapi GET /api/v1/deployments/{deploymentId}"
|
||||
---
|
||||
Reference in New Issue
Block a user