Skip to content

Commit

Permalink
Fix swagger tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Oct 1, 2017
1 parent 4a44c5b commit 15cbe38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ paths:
/profiles/networks/{network_profile_id}:
get:
tags:
- "Network profile"
- "Network Profile"
summary: "Get a network profile"
description: "Get a network profile."
operationId: "getNetworkProfile"
Expand All @@ -212,7 +212,7 @@ paths:
description: "Network profile not found"
put:
tags:
- "Network profile"
- "Network Profile"
summary: "Update an existing network profile"
description: "Update an existing network profile"
operationId: "updateNetworkProfile"
Expand Down Expand Up @@ -244,7 +244,7 @@ paths:
description: "No network profile found"
delete:
tags:
- "Network profile"
- "Network Profile"
summary: "Delete an existing network profile"
description: "Delete an existing network profile"
operationId: "deleteNetworkProfile"
Expand Down

0 comments on commit 15cbe38

Please sign in to comment.