Skip to main content
PATCH
Update LCA Portfolio

Update LCA Portfolio

Updates an existing LCA portfolio. Only the fields you include in the request body will be modified — all other fields remain unchanged.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa
string
required
Must be application/json

Path Parameters

string
required
UUID of the LCA portfolio to updateExample: 550e8400-e29b-41d4-a716-446655440000

Body Parameters

All fields are optional — include only the fields you want to change.
string
Updated nameExample: "Product A - LCA 2025"
string
Updated description
string
Updated start date (YYYY-MM-DD)
string
Updated end date (YYYY-MM-DD)
number
Updated functional unit quantity
string
Updated functional unit identifier
array[string]
Updated list of impact category identifiersCommon values: gwp, ap, ep, pocp, adp

Response

Returns the updated portfolio (HTTP 200).
string
UUID of the LCA portfolio
string
UUID of the organization
string
Portfolio name
string | null
Portfolio description
array[string]
Impact category identifiers
string | null
UUID of the primary output product
string
Functional unit identifier
number
Functional unit quantity
date
Assessment period start date
date
Assessment period end date
string
Current portfolio status
datetime
When the portfolio was created
datetime | null
When the portfolio was last updated

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: LCA portfolio not found or doesn’t belong to your organization

Get LCA Portfolio

View portfolio details

Delete LCA Portfolio

Remove a portfolio

LCA Dashboard

View environmental impact results