Update the openapi-schema

This commit is contained in:
Paul Konstantin Gerke 2022-09-05 23:03:24 +02:00
parent 5ea7d33ef6
commit 5b13a38f98
1 changed files with 14 additions and 1 deletions

View File

@ -4530,6 +4530,19 @@ paths:
description: ''
tags:
- api
/api/profile:
get:
operationId: retrieveCurrentProfile
description: ''
parameters: []
responses:
'200':
content:
application/json:
schema: {}
description: ''
tags:
- api
/api/timers/{id}/restart/:
patch:
operationId: restartTimer
@ -4848,7 +4861,7 @@ components:
slug:
type: string
readOnly: true
pattern: ^[-a-zA-Z0-9_]+$
pattern: ^[-\w]+\z
name:
type: string
maxLength: 100