Skip to content

Commit

Permalink
use plural in api paths #9
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Apr 19, 2017
1 parent fa294ee commit 125871d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2.0.0/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
}
}
},
"/api/v1/capabilityPublisher":{
"/api/v1/capabilityPublishers":{
"get":{
"tags":[
"Capability Publisher"
Expand Down Expand Up @@ -499,7 +499,7 @@
}
}
},
"/api/v1/accessPoint":{
"/api/v1/accessPoints":{
"get":{
"tags":[
"Access Points"
Expand Down

0 comments on commit 125871d

Please sign in to comment.