Skip to content

Commit

Permalink
correct path params to query params
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Hodgetts committed Nov 8, 2022
1 parent 1fc898f commit 0344ef6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,16 +443,17 @@ paths:
operationId: getEnvoyFleetLogs
parameters:
- name: namespace
in: path
in: query
required: true
schema:
type: string
default: "default"
default: "kusk-system"
- name: name
in: path
in: query
required: true
schema:
type: string
default: "kusk-gateway-envoy-fleet"
responses:
200:
description: "Envoy fleet logs"
Expand Down

0 comments on commit 0344ef6

Please sign in to comment.