Deployments

Record Deployment Logs

Record deployment build logs.

This endpoint accepts the log entry and returns immediately (202 Accepted). The actual log insertion happens asynchronously in the background.

post/api/v1/projects/{project_id}/deployments/logs

Path parameters

project_idstring uuid required

The unique identifier of the project

Request body

project_deployment_idstring uuid required

The unique identifier a project deployment

Response

Successful Response

{"stackTrail":"paths:/api/v1/projects/{project_id}/deployments/logs:post:responses:202:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.