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
Requiredformat
"uuid"stack_preview_id*
The ID of the stack preview
Typeinteger
Requiredformat
"int64"Request Body
application/json
JSON
[
{
"log_line": 0,
"timestamp": "string",
"channel": "string",
"message": "string"
}
]
Responses
No Content