Skip to content

Commit ab20a4c

Browse files
helenfufuschavis
andauthored
Update website/content/api-docs/system/plugins-catalog.mdx
Co-authored-by: Sarah Chavis <[email protected]>
1 parent 2982aa5 commit ab20a4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/content/api-docs/system/plugins-catalog.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ supplied name.
156156
See [/sys/plugins/runtimes/catalog](/vault/api-docs/system/plugins-runtimes-catalog) for additional information.
157157

158158
- `version` `(string: "")` - Specifies the semantic version of the plugin. Used as the tag
159-
when specifying `oci_image`, but with any leading 'v' trimmed. This is required to register
160-
with a plugin artifact but optional when registering with a plugin binary.
159+
when specifying `oci_image`, but with any leading 'v' trimmed. You can
160+
omit version to register a plugin binary, but you must provide an
161+
explicit version to register a plugin artifact.
161162

162163
- `sha256` `(string: "")` – The SHA256 sum of a plugin binary or the OCI image.
163164
Before a plugin is run, its SHA will be checked against this value. If the actual SHA of the

0 commit comments

Comments
 (0)