Update Terraform Version Using PATCH
Updates a terraform version
versionId
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
{
"authenticationType": "string",
"createdAt": "string",
"createdBy": "string",
"description": "string",
"enabled": false,
"id": "string",
"orgId": "string",
"password": "string",
"sha256Checksum": "string",
"updatedAt": "string",
"updatedBy": "string",
"url": "string",
"username": "string",
"version": "string"
}
The type of authentication for the download url
Created time
Created by
Version description
Version status
Version ID
Org ID
The password for basic authentication
The sha256 checksum of the terraform binary
Updated time
Updated by
Download url
The user name for basic authentication
The numeric version of terraform release
OK
"TerraformVersion Object"
The type of authentication for the download url
Created time
Created by
Version description
Version status
Version ID
Org ID
The password for basic authentication
The sha256 checksum of the terraform binary
Updated time
Updated by
Download url
The user name for basic authentication
The numeric version of terraform release
Unauthorized
Forbidden
Not Found
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'