Summarize stack preview plan for changes.
POST
/v1/stack_previews/{org_uuid}/{stack_preview_id}/summarize
Get a summary using layman words for the summary of the stack
preview changes to apply.
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"Query Parameters
force
Force the request to avoid any cached content.
Typeboolean
Example
trueResponses
OK
application/json
JSON
{
"summary": {
"contents": [
"string"
],
"created_at": "string",
"requester": {
"user_uuid": "683e0589-65a8-48b8-bd90-6ee89e0682ab",
"display_name": "Marius Tolzmann",
"user_picture_url": "https://lh3.googleusercontent.com/a/AAcHTtcBqudpP0hVoQyjDv-v5b4lP6e0vN_92zi_aPp90hE=s96-c"
}
}
}