Skip to content

Commit

Permalink
corrected URI for Get applications/services endpoint (#127)
Browse files Browse the repository at this point in the history
- changed URI from `/api/application-monitoring/applications/services`
to
`/api/application-monitoring/applications;id={application-id}/services/`
  • Loading branch information
joel-razor1 authored Feb 5, 2025
2 parents 8626a27 + c322876 commit ebbd4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ paths:
summary: Get applications
tags:
- Application Resources
/api/application-monitoring/applications/services:
/api/application-monitoring/applications;id={application-id}/services:
get:
description: |
Use this API endpoint if one wants to retrieve a list of Application/Services.
Expand Down

0 comments on commit ebbd4f1

Please sign in to comment.