Skip to content

Commit

Permalink
Fix product network api (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvThakker authored May 6, 2024
1 parent f8a523f commit 2ddf7ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apis/ocen-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
}
},
"/service/product-network/{id}/participants": {
"/service/product-networks/{id}/participants": {
"get": {
"tags": [
"OCEN Registry API"
Expand Down Expand Up @@ -133,7 +133,7 @@
"tags": [
"OCEN Registry API"
],
"summary": "Server Whitelisting Item",
"summary": "Get Server Whitelisting Item By ID",
"description": "Get Server Whitelisting Item By ID",
"operationId": "GetServerWhitelistingItemByID",
"parameters": [
Expand Down Expand Up @@ -173,6 +173,7 @@
"OCEN Registry API"
],
"summary": "Get Server Whitelisting Items by ParticipantRoleIDs",
"description": "Get Server Whitelisting Items by ParticipantRoleIDs",
"operationId": "GetServerWhitelistingItemsByParticipantRoleID",
"parameters": [
{
Expand Down

0 comments on commit 2ddf7ce

Please sign in to comment.