Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 1, 2023
1 parent 801da04 commit b333712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
33 changes: 1 addition & 32 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
license:
name: MIT
url: https://github.com/tiki/l0-storage/blob/main/LICENSE
version: 1.0.0
version: 1.0.1
servers:
- url: https://storage.l0.mytiki.com
paths:
Expand Down Expand Up @@ -53,22 +53,6 @@ paths:
$ref: '#/components/schemas/TokenAORsp'
security:
- oauth: []
/health:
get:
tags:
- HEALTH
summary: Health Check
description: Get service status
operationId: l0-storage-health-get
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
example:
message: OK
components:
schemas:
TokenAOReq:
Expand All @@ -92,21 +76,6 @@ components:
format: date-time
urnPrefix:
type: string
ApiError:
type: object
properties:
id:
type: string
message:
type: string
detail:
type: string
help:
type: string
properties:
type: object
additionalProperties:
type: string
securitySchemes:
oauth:
type: oauth2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.mytiki</groupId>
<artifactId>l0_storage</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>L0 Storage</name>
Expand Down

0 comments on commit b333712

Please sign in to comment.