Skip to content

Commit

Permalink
Version (1.0.14) - Vorgangsnummer ist defacto bereits jetzt Pflicht =…
Browse files Browse the repository at this point in the history
…> explizit gemacht
  • Loading branch information
gomil committed Jun 28, 2019
1 parent 8b75e45 commit 6db9ac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ API rund um Plattformdokumente.
*Aktuelle Version: 1.0*

### API Docs
[API Docs](https://dokumente-api-47.api-docs.io/1.0.13/)
[API Docs](https://dokumente-api-48.api-docs.io/1.0.14/)
(generated via https://api-docs.io/ )

#### UML Sequenz-Diagramme
Expand Down
6 changes: 3 additions & 3 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ swagger: '2.0'
info:
title: Dokumente API
description: API rund um Plattformdokumente
version: "1.0.13"
version: "1.0.14"
host: "api.europace.de"
schemes:
- https
Expand Down Expand Up @@ -59,8 +59,8 @@ paths:
parameters:
- name: vorgangsNummer
in: query
description: Vorgangsnummer um nur Dokumente eines bestimmten Vorgangs zu erhalten.
required: false
description: Vorgangsnummer für welche Dokumente geliefert werden sollen.
required: true
type: string
# Hier ggf. Parameter Hochgeladenes Dokument
responses:
Expand Down

0 comments on commit 6db9ac2

Please sign in to comment.