From 5b13a38f989e9200f3a1130faa01128acd6c252b Mon Sep 17 00:00:00 2001 From: Paul Konstantin Gerke Date: Mon, 5 Sep 2022 23:03:24 +0200 Subject: [PATCH] Update the openapi-schema --- openapi-schema.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/openapi-schema.yml b/openapi-schema.yml index fdd25599..9961906e 100644 --- a/openapi-schema.yml +++ b/openapi-schema.yml @@ -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