Skip to content

Update the output value

PUT
/v1/store/{org_uuid}/outputs/{output_uuid}/value

It's used by the Terraform Provider in the Terraform apply phase to update the output content.

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"
output_uuid*

UUID of the output

Typestring
Required
format"uuid"

Request Body

text/plain
JSON
"string"

Responses

Updated successfully

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI