mirror of https://github.com/snachodog/mybuddy.git
Update the openapi-schema
This commit is contained in:
parent
5ea7d33ef6
commit
5b13a38f98
|
@ -4530,6 +4530,19 @@ paths:
|
||||||
description: ''
|
description: ''
|
||||||
tags:
|
tags:
|
||||||
- api
|
- api
|
||||||
|
/api/profile:
|
||||||
|
get:
|
||||||
|
operationId: retrieveCurrentProfile
|
||||||
|
description: ''
|
||||||
|
parameters: []
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema: {}
|
||||||
|
description: ''
|
||||||
|
tags:
|
||||||
|
- api
|
||||||
/api/timers/{id}/restart/:
|
/api/timers/{id}/restart/:
|
||||||
patch:
|
patch:
|
||||||
operationId: restartTimer
|
operationId: restartTimer
|
||||||
|
@ -4848,7 +4861,7 @@ components:
|
||||||
slug:
|
slug:
|
||||||
type: string
|
type: string
|
||||||
readOnly: true
|
readOnly: true
|
||||||
pattern: ^[-a-zA-Z0-9_]+$
|
pattern: ^[-\w]+\z
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
maxLength: 100
|
maxLength: 100
|
||||||
|
|
Loading…
Reference in New Issue