Skip to content

Commit

Permalink
Merge pull request #630 from catenax-ng/docs/api/json-format
Browse files Browse the repository at this point in the history
Docs(Api): add OpenAPI descriptions for BPDM applications in JSON format
  • Loading branch information
nicoprow authored Nov 17, 2023
2 parents 44fcec5 + 0886f0b commit 9b01965
Show file tree
Hide file tree
Showing 4 changed files with 11,644 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/api/bridge-dummy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"openapi": "3.0.1",
"info": {
"title": "Business Partner Data Management Bridge Dummy",
"description": "Bridge between Gate and Pool as a simple replacement for a dedicated sharing service",
"version": "4.1.0"
},
"servers": [
{
"url": "http://localhost:8083",
"description": "Generated server url"
}
],
"paths": {
"/api/bridge/sync": {
"post": {
"tags": [
"bridge-controller"
],
"summary": "Start sync between Gate and Pool",
"operationId": "triggerSync",
"responses": {
"200": {
"description": "OK"
}
}
}
}
},
"components": {}
}
Loading

0 comments on commit 9b01965

Please sign in to comment.