Skip to content

Commit e60fd04

Browse files
authored
Merge pull request #6896 from ykakarap/update-open-api-docs
🌱 fix in openapi doc
2 parents cb6dad2 + 3bcec24 commit e60fd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/runtime/catalog/openapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func addHookAndTypesToOpenAPI(openAPI *spec3.OpenAPI, c *Catalog, gvh GroupVersi
9797
ParameterProps: spec3.ParameterProps{
9898
Name: "name",
9999
In: "path",
100-
Description: "The handler name. Handlers for the same hook within a single external component implementing Runtime Extensions must have different names",
100+
Description: "The handler name. Handlers within a single external component implementing Runtime Extensions must have different names",
101101
Required: true,
102102
Schema: &spec.Schema{
103103
SchemaProps: spec.SchemaProps{

0 commit comments

Comments
 (0)