Skip to content

Commit

Permalink
Docs: Update yaml and json files for gate, pool and bridge dummy serv…
Browse files Browse the repository at this point in the history
  • Loading branch information
SujitMBRDI committed Jun 15, 2023
1 parent c279eab commit 7e9dfda
Show file tree
Hide file tree
Showing 6 changed files with 7,617 additions and 17,571 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.0.0-SNAPSHOT"
},
"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": {}
}
19 changes: 19 additions & 0 deletions docs/api/bridge-dummy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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.0.0-SNAPSHOT
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 7e9dfda

Please sign in to comment.