From 48b4ee5083cc9837a368616432cc3a75e1384852 Mon Sep 17 00:00:00 2001 From: juuso-j <68938778+juuso-j@users.noreply.github.com> Date: Thu, 16 May 2024 16:28:47 +0300 Subject: [PATCH] Remove erroneous characters from the start of the file --- docs/api/operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/operator.yaml b/docs/api/operator.yaml index 4daf0b19..a002ac52 100644 --- a/docs/api/operator.yaml +++ b/docs/api/operator.yaml @@ -1,4 +1,4 @@ -rrki.openapi: 3.0.1 +openapi: 3.0.1 info: title: Parkkihubi Operator API description: @@ -1336,4 +1336,4 @@ paths: '403': $ref: '#/components/responses/Forbidden' '404': - $ref: '#/components/responses/NotFound' + $ref: '#/components/responses/NotFound' \ No newline at end of file