Skip to content

Commit

Permalink
feat: pluralize resource manager URLs (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Apr 14, 2023
1 parent bb03e25 commit 55c28a6
Show file tree
Hide file tree
Showing 32 changed files with 364 additions and 856 deletions.
8 changes: 4 additions & 4 deletions api/openapi.yaml
Expand Up @@ -1126,7 +1126,7 @@ paths:
application/json:
schema:
$ref: "./config.yaml#/components/schemas/TestConnectionResponse"
/config/{configId}:
/configs/{configId}:
get:
tags:
- resource-api
Expand Down Expand Up @@ -1187,7 +1187,7 @@ paths:
description: "problem updating configuration"

# Polling Profile
/pollingprofile/{pollingProfileId}:
/pollingprofiles/{pollingProfileId}:
get:
tags:
- resource-api
Expand Down Expand Up @@ -1254,7 +1254,7 @@ paths:
description: "problem updating a polling profile"

# Demo
/demo:
/demos:
get:
tags:
- resource-api
Expand Down Expand Up @@ -1340,7 +1340,7 @@ paths:
$ref: "./config.yaml#/components/schemas/Demo"
500:
description: "problem creating a demo"
/demo/{demoId}:
/demos/{demoId}:
get:
tags:
- resource-api
Expand Down

0 comments on commit 55c28a6

Please sign in to comment.