-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
4.7.0Label for General Availability Release of APIM 4.7.0Label for General Availability Release of APIM 4.7.0BugFixingTracks the bugs to be fixed for APIMTracks the bugs to be fixed for APIMType/Bug
Milestone
Description
Description
When creating or importing a Streaming API (WebSocket or SSE) and retrieving it through the Publisher REST API, the returned API object contains * as the target for operations instead of the previously returned /*.
Steps to Reproduce
-
Create or import any Streaming API (WebSocket or SSE) using an AsyncAPI definition.
-
Retrieve the API via:
GET /api/am/publisher/v4/apis/{apiId} -
Inspect the
operationssection in the response.
Actual Behaviour
The target field in each operation is returned as:
"target": "*"Expected Behaviour
The target field should be returned as:
"target": "/*"Version
4.7.0-m1
Environment Details (with versions)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
4.7.0Label for General Availability Release of APIM 4.7.0Label for General Availability Release of APIM 4.7.0BugFixingTracks the bugs to be fixed for APIMTracks the bugs to be fixed for APIMType/Bug