Skip to content

Commit

Permalink
Merge pull request #166 from opentofu/cleanup-flipflopping-openapi
Browse files Browse the repository at this point in the history
Cleaning up flipflopping generated OpenAPI doc
  • Loading branch information
abstractionfactory authored Sep 4, 2024
2 parents 8d4beb7 + debb97f commit c12c2f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/internal/server/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,10 @@ definitions:
title: Variable describes a variable as the UI expects it.
type: object
VersionNumber:
title: VersionNumber describes the semver version number.
description: |-
VersionNumber describes the semver version number. Note that in contrast to provider versions module versions
do not have a compulsory "v" prefix. Call ToVCSVersion() before you call Normalize() in order to get the correct
VCS version.
type: string
host: api.opentofu.org
info:
Expand Down

0 comments on commit c12c2f8

Please sign in to comment.