-
-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Somewhere between version v 2.23 and v 2.28 something changed regarding OperationIDs with spaces in them. I just upgraded from v 2.23 to v 2.28 and now my operations that have spaces in their operationIDs can no longer be viewed in Stoplight and force a web redirect to the root. However, when I rollback to v 2.23 it works again. Is this accidental, or should an OperationID not have a space in it? If the latter, I would have expected an error message explaining the issue. If the former, there is probably a bug.
name := "Get All Detections"
...
huma.Register(api, huma.Operation{
OperationID: name,
Path: path,
Method: method,
}, func(ctx context.Context, input *struct{}) (*DetectionsHolder, error) {
...
}migueldv90
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file