Skip to content

Commit

Permalink
[Dokumentation] Dokumenttion ergänzt
Browse files Browse the repository at this point in the history
- Dokumentation zu den Patch Oeprationen ergänzt.
- API DOCS Link hinzugefügt.
  • Loading branch information
KoneFuzius committed Sep 19, 2019
1 parent e6336a1 commit e06d065
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ werden. Dazu empfehlen wir das Tool [Swagger Codegen](https://github.com/swagger

- [RELEASE NOTES](https://github.com/hypoport/antraege-auslesen-api/releases)
- [statische HTML Seite](http://htmlpreview.github.io?https://raw.githubusercontent.com/hypoport/antraege-auslesen-api/master/Dokumentation/index.html)
- [API DOCS](https://antraege-auslesen-api-5.api-docs.io/2.14/v2/einen-antrag-aktualisieren)

Zur Unterstützung für das Mapping werden folgende Dateien bereit gestellt:
- [CSV Datei](https://raw.githubusercontent.com/hypoport/antraege-auslesen-api/master/definitions.csv)
Expand Down
Binary file modified definitions.xls
Binary file not shown.
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@
},
"path": {
"type": "string",
"description": "JSON-Path im Antrag"
"description": "JSON-Path im Antrag. Valide Pfade sind: '/antragsReferenz', '/status', '/status/antragsteller', '/ansprechpartner/partnerId', '/status/produktAnbieter', '/voraussichtlicheBearbeitung'."
},
"value": {
"type": "object",
Expand Down
4 changes: 3 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,9 @@ definitions:
- "test"
path:
type: "string"
description: "JSON-Path im Antrag"
description: "JSON-Path im Antrag. Valide Pfade sind: '/antragsReferenz',\
\ '/status', '/status/antragsteller', '/ansprechpartner/partnerId', '/status/produktAnbieter',\
\ '/voraussichtlicheBearbeitung'."
value:
type: "object"
description: "Zu setzender oder auszutauschender Wert. Erlaubt sind string,\
Expand Down

0 comments on commit e06d065

Please sign in to comment.