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
Requiredformat
"uuid"output_uuid*
UUID of the output
Typestring
Requiredformat
"uuid"Request Body
text/plain
JSON
"string"
Responses
Updated successfully