Skip to content

Commit

Permalink
fix endpoint description
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed Oct 12, 2023
1 parent 4586f80 commit 5ab8c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service-specs/reporting-service-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ paths:
/guards/{guardName}/runs/{requestId}/metrics:
get:
operationId: getGuardRunMetrics
summary: Returns an instance of GuardRunMetrics for a given time range. If startTime or endTime are ommitted, a five minute duration is used by default. Default page size is 10.
summary: Returns an instance of GuardRunMetrics for a given request.
parameters:
- $ref: "#/components/parameters/GuardName"
- $ref: "#/components/parameters/RequestId"
Expand All @@ -66,7 +66,7 @@ paths:
- bearerAuth: []
responses:
"200":
description: Returns metrics for Guards
description: Returns metrics for Guard request
content:
application/json:
schema:
Expand Down

0 comments on commit 5ab8c35

Please sign in to comment.