Skip to content

Persist log lines for the provided `stack_preview_id`

POST
/v1/stack_previews/{org_uuid}/{stack_preview_id}/logs

Persist log lines for the provided stack_preview_id.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"
stack_preview_id*

The ID of the stack preview

Typeinteger
Required
format"int64"

Request Body

application/json
JSON
[
{
"log_line": 0,
"timestamp": "string",
"channel": "string",
"message": "string"
}
]

Responses

No Content

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI