CHANGE: updated to correct sql database

This commit is contained in:
2024-09-10 22:29:26 +02:00
parent 6cb8bd5afd
commit 0fac697cda
8 changed files with 82 additions and 278 deletions

View File

@@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Arbeitszeitmessung - OpenAPI 3.0
description: |-
This demos the API for the Arbeitszeitmessung Project
This demos the API for the Arbeitszeitmessung Project
version: 0.1.0
externalDocs:
description: Git-Repository
@@ -21,7 +21,7 @@ paths:
description: Update an existing booking by Id
operationId: updateBooking
parameters:
- name: bookingID
- name: counterID
in: query
description: Booking ID to update
required: true
@@ -40,7 +40,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Booking'
$ref: '#/components/schemas/Booking'
'400':
description: Invalid ID supplied
'500':
@@ -66,7 +66,7 @@ paths:
schema:
type: array
items:
$ref: '#/components/schemas/Booking'
$ref: '#/components/schemas/Booking'
'400':
description: Invalid cardID
/time/new:
@@ -83,13 +83,13 @@ paths:
required: true
schema:
type: string
- name: readerID
- name: geraetID
in: query
description: id of the RFID reader scanning the card
required: true
schema:
type: string
- name: bookingType
- name: checkInOut
in: query
description: booking Type
required: true
@@ -105,7 +105,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Booking'
$ref: '#/components/schemas/Booking'
'409':
description: Same booking type as last booking
components:
@@ -113,26 +113,26 @@ components:
Booking:
type: object
properties:
id:
counterID:
type: integer
format: int64
example: 100
cardID:
type: string
example: test_card
readerID:
geraetID:
type: string
example: test_reader
bookingType:
checkInOut:
type: integer
example: 1
enum:
- 1
- 2
- 255
loggedTime:
timestamp:
type: string
format: date-time
example: 2024-09-05T08:51:12.670827Z
xml:
name: booking
name: booking