For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update provider version

Update a provider version

put
Path parameters
idstringRequired

Provider ID

Example: 1
versionstringRequired

Provider version

Example: 1.0.0
Header parameters
Harness-AccountstringRequired

Account ID

Example: harness
Body
gpg_key_idstringRequired

GPG key ID

Example: 1234567890
protocolstring[]Required

Supported Terraform protocol versions

Example: ["4.0"]
Responses
200

OK response.

No content

put/api/providers/{id}/version/{version}
PUT /api/providers/{id}/version/{version} HTTP/1.1
Host: localhost:80
Harness-Account: harness
Content-Type: application/json
Accept: */*
Content-Length: 46

{
  "gpg_key_id": "1234567890",
  "protocol": [
    "4.0"
  ]
}

No content

Last updated

Was this helpful?